mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
11 lines
431 B
Text
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],
|