failed with cpp: error: unknown argument: '-fstack-protector-strong'.
I added: --- meson.build.orig 2018-09-30 15:58:26 UTC +++ meson.build @@ -13,7 +13,7 @@ lt_version = '@0@.@1@.@2@'.format(lt_cur # get suported warning flags test_args = [ - '-fstack-protector-strong', + '-fstack-protector', '-Waggregate-return', '-Wunused', '-Warray-bounds', _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
