diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-07 04:14:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-07 04:14:34 +0000 |
| commit | 99b38e10f7d953138bb9507153ca9ae60ddd4310 (patch) | |
| tree | c38a3ecd1e0cb0a61d063b3d66ca073fa99c3f46 | |
| parent | 4b4dc16feb498c289c14b92020ba23120804ac49 (diff) | |
* configure.in (LIBRUBY_DLDFLAGS): compatibility version is
ruby_version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Tue Apr 7 13:10:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue Apr 7 13:14:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (LIBRUBY_DLDFLAGS): compatibility version is + ruby_version. * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefix for printf. diff --git a/configure.in b/configure.in index b5e68145e9..bae365fd61 100644 --- a/configure.in +++ b/configure.in @@ -2008,7 +2008,7 @@ if test "$enable_shared" = 'yes'; then fi LIBRUBY_DLDFLAGS='-install_name '${libprefix}'/lib$(RUBY_SO_NAME).dylib' LIBRUBY_DLDFLAGS="$LIBRUBY_DLDFLAGS "'-current_version $(MAJOR).$(MINOR).$(TEENY)' - LIBRUBY_DLDFLAGS="$LIBRUBY_DLDFLAGS "'-compatibility_version $(MAJOR).$(MINOR).$(TEENY)' + LIBRUBY_DLDFLAGS="$LIBRUBY_DLDFLAGS "'-compatibility_version $(ruby_version)' LIBRUBY_DLDFLAGS="$LIBRUBY_DLDFLAGS "'-Wl,-unexported_symbol,_Init_* $(XLDFLAGS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).dylib.$(MAJOR).$(MINOR).$(TEENY)' LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).dylib lib$(RUBY_INSTALL_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_INSTALL_NAME).dylib' |
