ruby.pc.in: rubyarchhdrdir
* template/ruby.pc.in (Cflags): use rubyarchhdrdir for multiarch. [Bug #7874] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f259b8849b
commit
36de5e4db5
@ -1,3 +1,8 @@
|
|||||||
|
Sun May 5 13:28:54 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* template/ruby.pc.in (Cflags): use rubyarchhdrdir for multiarch.
|
||||||
|
[Bug #7874]
|
||||||
|
|
||||||
Sat May 4 07:20:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
Sat May 4 07:20:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* doc/security.rdoc: Add note about reporting security vulns
|
* doc/security.rdoc: Add note about reporting security vulns
|
||||||
|
@ -34,6 +34,9 @@ sitearchdir=@sitearchdir@
|
|||||||
rubyhdrdir=@rubyhdrdir@
|
rubyhdrdir=@rubyhdrdir@
|
||||||
vendorhdrdir=@vendorhdrdir@
|
vendorhdrdir=@vendorhdrdir@
|
||||||
sitehdrdir=@sitehdrdir@
|
sitehdrdir=@sitehdrdir@
|
||||||
|
rubyarchhdrdir=@rubyarchhdrdir@
|
||||||
|
vendorarchhdrdir=@vendorarchhdrdir@
|
||||||
|
sitearchhdrdir=@sitearchhdrdir@
|
||||||
LIBPATH=@LIBPATH@
|
LIBPATH=@LIBPATH@
|
||||||
LIBRUBY_A=@LIBRUBY_A@
|
LIBRUBY_A=@LIBRUBY_A@
|
||||||
LIBRUBY_SO=@LIBRUBY_SO@
|
LIBRUBY_SO=@LIBRUBY_SO@
|
||||||
@ -48,6 +51,6 @@ Name: Ruby
|
|||||||
Description: Object Oriented Script Language
|
Description: Object Oriented Script Language
|
||||||
Version: ${ruby_version}
|
Version: ${ruby_version}
|
||||||
URL: http://www.ruby-lang.org
|
URL: http://www.ruby-lang.org
|
||||||
Cflags: -I${rubyhdrdir}/${arch} -I${rubyhdrdir}
|
Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir}
|
||||||
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
|
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
|
||||||
Requires:
|
Requires:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user