summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 01:37:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-02 01:37:53 +0000
commitbb3db69e2a0c210cc3a63940622db96a97eb7947 (patch)
treeac7156d4045eb51912b1a1689bedaf79352fc9b3 /template
parent55d2c5a824033789d91c46085d533b0338268a9c (diff)
configure.ac: library options to MAINLIBS
* configure.ac (MAINLIBS): moved library options for main program and static libruby, and append MAINLIBS to LIBRUBYARG_STATIC, as these libraries are not needed for linking to shared libruby. [ruby-core:85882] [Bug #14422] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/ruby.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/ruby.pc.in b/template/ruby.pc.in
index d874f92c3b..7ce4461c05 100644
--- a/template/ruby.pc.in
+++ b/template/ruby.pc.in
@@ -38,6 +38,7 @@ sitehdrdir=@sitehdrdir@
rubyarchhdrdir=@rubyarchhdrdir@
vendorarchhdrdir=@vendorarchhdrdir@
sitearchhdrdir=@sitearchhdrdir@
+MAINLIBS=@MAINLIBS@
SOEXT=@SOEXT@
LIBPATH=@LIBPATH@
LIBRUBY_A=@LIBRUBY_A@