* template/ruby.pc.in (Libs): needs DLDFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
749ad16aa7
commit
51d25ca8c0
@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 26 18:04:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* template/ruby.pc.in (Libs): needs DLDFLAGS.
|
||||||
|
|
||||||
Tue Oct 26 12:47:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Oct 26 12:47:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk (pkgconfig-data): moved from Makefile.in.
|
* common.mk (pkgconfig-data): moved from Makefile.in.
|
||||||
|
@ -15,6 +15,7 @@ LIBRUBYARG_SHARED=@LIBRUBYARG_SHARED@
|
|||||||
LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
|
LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
|
||||||
LIBRUBYARG=@LIBRUBYARG@
|
LIBRUBYARG=@LIBRUBYARG@
|
||||||
LIBS=@LIBS@
|
LIBS=@LIBS@
|
||||||
|
DLDFLAGS=@DLDFLAGS@
|
||||||
ruby=${bindir}/${RUBY_INSTALL_NAME}@EXEEXT@
|
ruby=${bindir}/${RUBY_INSTALL_NAME}@EXEEXT@
|
||||||
rubyhdrdir=@rubyhdrdir@
|
rubyhdrdir=@rubyhdrdir@
|
||||||
vendorhdrdir=@vendorhdrdir@
|
vendorhdrdir=@vendorhdrdir@
|
||||||
@ -26,5 +27,5 @@ Name: Ruby
|
|||||||
Description: Object Oriented Script Language
|
Description: Object Oriented Script Language
|
||||||
Version: ${ruby_version}
|
Version: ${ruby_version}
|
||||||
Cflags: -I${rubyhdrdir}/${arch} -I${rubyhdrdir}
|
Cflags: -I${rubyhdrdir}/${arch} -I${rubyhdrdir}
|
||||||
Libs: ${LIBRUBYARG_SHARED} ${LIBS}
|
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
|
||||||
Requires:
|
Requires:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user