aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-30 11:29:58 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-30 11:29:58 +0000
commit2468b33ccef7189a2ee845f3c926ec12cb01e02f (patch)
treef2a7ee40ad9597e4a573d09448e3333b60d1f47b /configure.ac
parent0a75c9d87291d2cdd56724c470e29f2668116c31 (diff)
More Qt app bundle migration. Still doesn't work quite right.
svn path=/trunk/; revision=52293
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 75dc88a6a2..914d41964b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1075,7 +1075,7 @@ darwin*)
# libraries in the rpath, rather than having a script tweak
# DYLD_LIBRARY_PATH.
#
- LDFLAGS="-Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,/usr/local/lib $LDFLAGS"
+ LDFLAGS="-Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Resources/lib -Wl,-rpath,/usr/local/lib $LDFLAGS"
AC_MSG_RESULT([Apple linker - added -Wl,-single_module and -Wl,-search_paths_first, and rpaths])
;;
cygwin*)