diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |