Skip to content

Commit

Permalink
ruby.pc.in: reorder
Browse files Browse the repository at this point in the history
* template/ruby.pc.in: reorder library flags which may refer library
  names.  [Bug ruby#7913]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Feb 22, 2013
1 parent a0afa57 commit 724d7f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Feb 23 07:52:53 2013 Nobuyoshi Nakada <[email protected]>

* template/ruby.pc.in: reorder library flags which may refer library
names. [Bug #7913]

Fri Feb 22 23:46:20 2013 CHIKANAGA Tomoyuki <[email protected]>

* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
Expand Down
18 changes: 9 additions & 9 deletions template/ruby.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ RUBY_VERSION_NAME=@RUBY_VERSION_NAME@
RUBY_SO_NAME=@RUBY_SO_NAME@
RUBY_INSTALL_NAME=@RUBY_INSTALL_NAME@
DEFFILE=@DEFFILE@
LIBPATH=@LIBPATH@
LIBRUBY_A=@LIBRUBY_A@
LIBRUBY_SO=@LIBRUBY_SO@
LIBRUBY=@LIBRUBY@
LIBRUBYARG_SHARED=@LIBRUBYARG_SHARED@
LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
LIBRUBYARG=@LIBRUBYARG@
LIBS=@LIBS@
DLDFLAGS=@DLDFLAGS@
archlibdir=@archlibdir@
sitearchlibdir=@sitearchlibdir@
archincludedir=@archincludedir@
Expand All @@ -43,6 +34,15 @@ sitearchdir=@sitearchdir@
rubyhdrdir=@rubyhdrdir@
vendorhdrdir=@vendorhdrdir@
sitehdrdir=@sitehdrdir@
LIBPATH=@LIBPATH@
LIBRUBY_A=@LIBRUBY_A@
LIBRUBY_SO=@LIBRUBY_SO@
LIBRUBY=@LIBRUBY@
LIBRUBYARG_SHARED=@LIBRUBYARG_SHARED@
LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
LIBRUBYARG=@LIBRUBYARG@
LIBS=@LIBS@
DLDFLAGS=@DLDFLAGS@

Name: Ruby
Description: Object Oriented Script Language
Expand Down

0 comments on commit 724d7f0

Please sign in to comment.