From c946cb8ddb576b695a7d3ff4d7a32bd6bf7f24ec Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 16 Jun 2010 18:53:12 +0000 Subject: Steve Jobs: There is on more thing :-) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2532 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure | 2 +- configure.ac | 2 +- 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) -- cgit v1.2.3