mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 07:26:00 +02:00
* configure.in: remove enable_rpath=no for Solaris.
[ruby-dev:28440] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
589b435971
commit
1cd8cc18d3
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Mar 20 09:40:23 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* configure.in: remove enable_rpath=no for Solaris.
|
||||
[ruby-dev:28440]
|
||||
|
||||
Fri Mar 17 19:08:49 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: fix typo.
|
||||
|
|
|
@ -1236,8 +1236,6 @@ if test "$enable_shared" = 'yes'; then
|
|||
LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY) lib$(RUBY_SO_NAME).so'
|
||||
if test "$GCC" = yes; then
|
||||
LIBRUBY_DLDFLAGS="$DLDFLAGS "'-Wl,-h,$(@F)'
|
||||
else
|
||||
enable_rpath=no
|
||||
fi
|
||||
XLDFLAGS="$XLDFLAGS "'-R${libdir}'
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue