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 www-apache/passenger/files: passenger-3.0.0-ldflags.patch
Date: Sun, 07 Nov 2010 13:28:08
Message-Id: 20101107132804.978FF2003C@flycatcher.gentoo.org
1 graaff 10/11/07 13:28:04
2
3 Added: passenger-3.0.0-ldflags.patch
4 Log:
5 Respect LDFLAGS. Install executables in /usr/lib/exec, not /usr/lib.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-apache/passenger/files/passenger-3.0.0-ldflags.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/passenger-3.0.0-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/passenger-3.0.0-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: passenger-3.0.0-ldflags.patch
15 ===================================================================
16 --- build/config.rb.~1~ 2010-11-07 11:46:22.257690348 +0100
17 +++ build/config.rb 2010-11-07 12:41:40.601438803 +0100
18 @@ -25,7 +25,7 @@
19
20 # Extra linker flags that should always be passed to the linker.
21 # Should be included last in the command string, even after PlatformInfo.portability_ldflags.
22 -EXTRA_LDFLAGS = ""
23 +EXTRA_LDFLAGS = "#{ENV['LDFLAGS']}"
24
25 # Whether to use the vendored libev or the system one.
26 -USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)
27 \ No newline at end of file
28 +USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)