summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da277d1bb..0fd8429ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -953,6 +953,7 @@ AC_ARG_ENABLE(osxapp,
enable_osxapp=$enableval,enable_osxapp=no)
if test "$enable_osxapp" = "yes"; then
AC_DEFINE(ENABLE_OSX_APP_LOCATIONS,,[Build with OSX .app data dir paths?])
+ LDFLAGS="$LDFLAGS -headerpad_max_install_names"
fi
dnl ******************************