Skip to content

Commit

Permalink
mac compatibility
Browse files Browse the repository at this point in the history
ld complains about the -R option so removed it from the linker flags

Signed-off-by: Scott Gustafson <scott@garlicsoftware.com>
  • Loading branch information
scott-42 committed Sep 4, 2012
1 parent 8ab3b96 commit 1a7ef07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
*.o
.deps
.dirstamp
/src/Makefile
/config.log
/config.status
/libtool
/Makefile
/src/cc-tool
10 changes: 5 additions & 5 deletions configure
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14652,7 +14652,7 @@ rm -f core conftest.err conftest_ipa8_conftest.oo \
LDFLAGS=$boost_save_LDFLAGS LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS LIBS=$boost_save_LIBS
if test x"$boost_cv_lib_system" = xyes; then if test x"$boost_cv_lib_system" = xyes; then
boost_cv_lib_system_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath" boost_cv_lib_system_LDFLAGS="-L$boost_ldpath"
boost_cv_lib_system_LDPATH="$boost_ldpath" boost_cv_lib_system_LDPATH="$boost_ldpath"
break 6 break 6
else else
Expand Down Expand Up @@ -14875,7 +14875,7 @@ rm -f core conftest.err conftest_ipa8_conftest.oo \
LDFLAGS=$boost_save_LDFLAGS LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS LIBS=$boost_save_LIBS
if test x"$boost_cv_lib_filesystem" = xyes; then if test x"$boost_cv_lib_filesystem" = xyes; then
boost_cv_lib_filesystem_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath" boost_cv_lib_filesystem_LDFLAGS="-L$boost_ldpath"
boost_cv_lib_filesystem_LDPATH="$boost_ldpath" boost_cv_lib_filesystem_LDPATH="$boost_ldpath"
break 6 break 6
else else
Expand Down Expand Up @@ -15099,7 +15099,7 @@ rm -f core conftest.err conftest_ipa8_conftest.oo \
LDFLAGS=$boost_save_LDFLAGS LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS LIBS=$boost_save_LIBS
if test x"$boost_cv_lib_program_options" = xyes; then if test x"$boost_cv_lib_program_options" = xyes; then
boost_cv_lib_program_options_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath" boost_cv_lib_program_options_LDFLAGS="-L$boost_ldpath"
boost_cv_lib_program_options_LDPATH="$boost_ldpath" boost_cv_lib_program_options_LDPATH="$boost_ldpath"
break 6 break 6
else else
Expand Down Expand Up @@ -15317,7 +15317,7 @@ rm -f core conftest.err conftest_ipa8_conftest.oo \
LDFLAGS=$boost_save_LDFLAGS LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS LIBS=$boost_save_LIBS
if test x"$boost_cv_lib_system" = xyes; then if test x"$boost_cv_lib_system" = xyes; then
boost_cv_lib_system_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath" boost_cv_lib_system_LDFLAGS="-L$boost_ldpath"
boost_cv_lib_system_LDPATH="$boost_ldpath" boost_cv_lib_system_LDPATH="$boost_ldpath"
break 6 break 6
else else
Expand Down Expand Up @@ -15535,7 +15535,7 @@ rm -f core conftest.err conftest_ipa8_conftest.oo \
LDFLAGS=$boost_save_LDFLAGS LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS LIBS=$boost_save_LIBS
if test x"$boost_cv_lib_regex" = xyes; then if test x"$boost_cv_lib_regex" = xyes; then
boost_cv_lib_regex_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath" boost_cv_lib_regex_LDFLAGS="-L$boost_ldpath"
boost_cv_lib_regex_LDPATH="$boost_ldpath" boost_cv_lib_regex_LDPATH="$boost_ldpath"
break 6 break 6
else else
Expand Down

0 comments on commit 1a7ef07

Please sign in to comment.