public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/passenger/files: passenger-3.0.0-ldflags.patch
@ 2010-11-07 13:28 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-11-07 13:28 UTC (permalink / raw
  To: gentoo-commits

graaff      10/11/07 13:28:04

  Added:                passenger-3.0.0-ldflags.patch
  Log:
  Respect LDFLAGS. Install executables in /usr/lib/exec, not /usr/lib.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-apache/passenger/files/passenger-3.0.0-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/passenger-3.0.0-ldflags.patch?rev=1.1&view=markup
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

Index: passenger-3.0.0-ldflags.patch
===================================================================
--- build/config.rb.~1~	2010-11-07 11:46:22.257690348 +0100
+++ build/config.rb	2010-11-07 12:41:40.601438803 +0100
@@ -25,7 +25,7 @@
 
 # Extra linker flags that should always be passed to the linker.
 # Should be included last in the command string, even after PlatformInfo.portability_ldflags.
-EXTRA_LDFLAGS  = ""
+EXTRA_LDFLAGS  = "#{ENV['LDFLAGS']}"
 
 # Whether to use the vendored libev or the system one.
-USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)
\ No newline at end of file
+USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-07 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-07 13:28 [gentoo-commits] gentoo-x86 commit in www-apache/passenger/files: passenger-3.0.0-ldflags.patch Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox