diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-16 18:53:12 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-16 18:53:12 +0000 |
commit | c946cb8ddb576b695a7d3ff4d7a32bd6bf7f24ec (patch) | |
tree | 8ae220629334e0f234af10f67001d3820550f355 | |
parent | faa3f2d4c9e02d02e70c29ced331370a0b62009c (diff) | |
download | usdx-c946cb8ddb576b695a7d3ff4d7a32bd6bf7f24ec.tar.gz usdx-c946cb8ddb576b695a7d3ff4d7a32bd6bf7f24ec.tar.xz usdx-c946cb8ddb576b695a7d3ff4d7a32bd6bf7f24ec.zip |
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
-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) |