зеркало из https://github.com/github/ruby.git
* configure.in: Use $LIBS for base of $SOLIBS, also in darwin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b01b199052
Коммит
7cbdb708e9
|
@ -1,3 +1,7 @@
|
|||
Sun Nov 17 06:33:32 2013 Shota Fukumori <her@sorah.jp>
|
||||
|
||||
* configure.in: Use $LIBS for base of $SOLIBS, also in darwin
|
||||
|
||||
Sun Nov 17 01:56:32 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* thread_pthread.c (rb_thread_create_timer_thread): Show error
|
||||
|
|
|
@ -3106,6 +3106,7 @@ AS_CASE("$enable_shared", [yes], [
|
|||
LIBRUBY_DLDFLAGS="$LIBRUBY_DLDFLAGS "' $(XLDFLAGS)'
|
||||
LIBRUBY_SO='lib$(RUBY_SO_NAME).dylib'
|
||||
LIBRUBY_ALIASES='lib$(RUBY_BASE_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_INSTALL_NAME).dylib'
|
||||
SOLIBS='$(LIBS)'
|
||||
],
|
||||
[interix*], [
|
||||
LIBRUBYARG_SHARED='-L. -L${libdir} -l$(RUBY_SO_NAME)'
|
||||
|
|
Загрузка…
Ссылка в новой задаче