diff options
| author | Gellule Xg <gellule.xg@gmail.com> | 2012-08-24 20:22:51 +0000 |
|---|---|---|
| committer | Gellule Xg <gellule.xg@gmail.com> | 2012-08-24 20:22:51 +0000 |
| commit | 668ab248e0b211f5be2bbbe69bee445fd7fdbf68 (patch) | |
| tree | e29ee57f3f1e6af8b51d0c1b117a70ab620514fc | |
| parent | Translations. Latvian translation update by Jānis Eisaks. (diff) | |
| download | inkscape-668ab248e0b211f5be2bbbe69bee445fd7fdbf68.tar.gz inkscape-668ab248e0b211f5be2bbbe69bee445fd7fdbf68.zip | |
Add -headerpad_max_install_names to LDFLAGS when building for OSX .app
(bzr r11619.1.1)
| -rw-r--r-- | configure.ac | 1 |
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 ****************************** |
