diff options
author | kanemoto <kanemoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 14:31:09 +0000 |
---|---|---|
committer | kanemoto <kanemoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 14:31:09 +0000 |
commit | 78a59b37a161080473ace8d2d14f1fbf6466d025 (patch) | |
tree | bf5376327fcdbba796edcf8c851752cca3145ba5 /configure.in | |
parent | 8f8e4e5ab5a58b21b366780f934578d230599851 (diff) | |
download | ruby-78a59b37a161080473ace8d2d14f1fbf6466d025.tar.gz |
* configure.in: can not load libraries if --with-opt-dir is used
on AIX. [Bug #3107]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4a7cc0a697..fe7f8d2d32 100644 --- a/configure.in +++ b/configure.in @@ -1815,7 +1815,7 @@ if test "$with_dln_a_out" != yes; then TRY_LINK='$(CC) $(LDFLAGS) -oconftest $(INCFLAGS) -I$(hdrdir) $(CPPFLAGS)' TRY_LINK="$TRY_LINK"' $(CFLAGS) $(src) $(LIBPATH) $(LOCAL_LIBS) $(LIBS)' : ${LIBPATHENV=SHLIB_PATH} - RPATHFLAG=" ${linker_flag}-blibpath:%1\$-s" + RPATHFLAG=" ${linker_flag}-blibpath:%1\$-s:${LIBPATH:-/usr/lib:/lib}" rb_cv_dlopen=yes], [human*], [ : ${DLDFLAGS=''} : ${LDSHARED=''} |