1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-02-11 07:08:41 +00:00
parent 0d46721033
commit a378fa0d10
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Feb 11 16:07:09 2013 Tanaka Akira <akr@fsij.org>
* configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.
Mon Feb 11 13:17:20 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (rubysitearchprefix): sitearchdir and vendorarchdir

View file

@ -2672,7 +2672,7 @@ AS_CASE("$enable_shared", [yes], [
LIBRUBY_ALIASES=""
fi
],
[openbsd*], [
[openbsd*|mirbsd*], [
SOLIBS='$(LIBS)'
LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}`
],