Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inline/files: ruby-inline-3.11.1-ldflags.patch
Date: Sat, 28 Jan 2012 08:58:57
Message-Id: 20120128085845.124F22004C@flycatcher.gentoo.org
1 graaff 12/01/28 08:58:45
2
3 Added: ruby-inline-3.11.1-ldflags.patch
4 Log:
5 Version bump. Update patch to remove fix applied upstream.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/ruby-inline/files/ruby-inline-3.11.1-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-inline/files/ruby-inline-3.11.1-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-inline/files/ruby-inline-3.11.1-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: ruby-inline-3.11.1-ldflags.patch
16 ===================================================================
17 --- lib/inline.rb.~1~ 2010-08-28 14:49:06.866480357 +0200
18 +++ lib/inline.rb 2010-08-28 15:05:14.553732182 +0200
19 @@ -577,6 +577,7 @@
20 "-L#{Config::CONFIG['libdir']}",
21 '-o', so_name.inspect,
22 File.expand_path(src_name).inspect,
23 + Config::CONFIG['LIBRUBYARG_SHARED'],
24 libs,
25 crap_for_windoze ].join(' ')