From 8e720e8781c2a7ffbcd04baa51b222b3652a53c7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Mar 2018 01:37:53 +0000 Subject: 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 --- template/ruby.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'template') 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@ -- cgit v1.2.3