aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 38945e6d..9cc84680 100755
--- a/configure
+++ b/configure
@@ -6046,7 +6046,7 @@ See the pkg-config man page for more details.
# determine linker-flags
if test x$FPC_PLATFORM = xdarwin; then
- LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup"
+ LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup -headerpad_max_install_names"
fi
#LIBS=
diff --git a/configure.ac b/configure.ac
index c609c460..36b4e4ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,7 @@ AC_SUBST_DEFINE(HAVE_PORTMIXER, $portmixer_HAVE)
# determine linker-flags
if test x$FPC_PLATFORM = xdarwin; then
- LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup"
+ LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup -headerpad_max_install_names"
fi
#LIBS=
AC_SUBST(LDFLAGS)