ports/sysutils/mstflint/files/patch-configure.ac
Olivier Cochard d75e7015d4 Update to 4.15.0-1.
PR:		250034
Approved by:	hselasky (maintainer)
Sponsored by:	Netflix
2020-10-01 23:30:32 +00:00

11 lines
431 B
Text

--- configure.ac.orig 2020-10-02 01:05:50.612135000 +0200
+++ configure.ac 2020-10-02 01:06:26.890856000 +0200
@@ -233,7 +233,7 @@
AS_HELP_STRING([--enable-static-libstdcpp], [Enable link static to libstdc++]))
AS_IF([test "x$enable_static_libstdcpp" = "xyes" -o "x$enable_all_static" = "xyes" ], [
- CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc"
+ CXXFLAGS="$CXXFLAGS -static"
])
AC_ARG_ENABLE([dynamic_ld],