summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-14 09:30:25 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-14 10:38:10 -0500
commit1acbb378d1658d613f9dc9788b8424455f445fc8 (patch)
tree2ee4f6444dbedc44a967da9023edf80c6ffd3ed2 /config
parentca54910668960ea492e8dc12178648032c5df489 (diff)
Minor fixes for Mac OS Mavericks
Diffstat (limited to 'config')
-rw-r--r--config/boost.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/boost.m4 b/config/boost.m4
index 8eb1b7b18..80a696881 100644
--- a/config/boost.m4
+++ b/config/boost.m4
@@ -406,7 +406,7 @@ dnl generated only once above (before we start the for loops).
LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS
if test x"$Boost_lib" = xyes; then
- Boost_lib_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath"
+ Boost_lib_LDFLAGS="-L$boost_ldpath -Wl,-rpath -Wl,$boost_ldpath"
Boost_lib_LDPATH="$boost_ldpath"
break 6
else
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback