diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-04 12:29:32 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-04 12:29:32 +0000 |
| commit | f8c7140aecec1b5581da73c9022934a04b77d641 (patch) | |
| tree | 54be56f8144118fa7ce0417f11cf38b963832631 | |
| parent | 5b584403cc5516404a1a647299d80970bd71e304 (diff) | |
merges r23149 from trunk into ruby_1_9_1.
--
* configure.in (LIBRUBY_DLDFLAGS): compatibility version is
ruby_version.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Tue Apr 7 13:14:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (LIBRUBY_DLDFLAGS): compatibility version is + ruby_version. + Sat Apr 4 17:05:15 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to diff --git a/configure.in b/configure.in index b926eb836..5ddea5d41 100644 --- a/configure.in +++ b/configure.in @@ -1770,7 +1770,7 @@ if test "$enable_shared" = 'yes'; then darwin*) LIBRUBY_SO='lib$(RUBY_SO_NAME).$(MAJOR).$(MINOR).$(TEENY).dylib' LIBRUBY_LDSHARED='cc -dynamiclib -undefined suppress -flat_namespace' - LIBRUBY_DLDFLAGS='-install_name $(libdir)/lib$(RUBY_SO_NAME).dylib -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(MAJOR).$(MINOR)' + LIBRUBY_DLDFLAGS='-install_name $(libdir)/lib$(RUBY_SO_NAME).dylib -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(ruby_version)' LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_SO_NAME).dylib' ;; interix*) |
