public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] apache r233 - trunk/dist/2.2/patches
@ 2010-09-01  8:07 Krzysztof Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysztof Pawlik (nelchael) @ 2010-09-01  8:07 UTC (permalink / raw
  To: gentoo-commits

Author: nelchael
Date: 2010-09-01 08:07:51 +0000 (Wed, 01 Sep 2010)
New Revision: 233

Added:
   trunk/dist/2.2/patches/10_all_apxs_ldflags.patch
Log:
Add patch for APXS to respect LDFLAGS, see bug #335405.

Added: trunk/dist/2.2/patches/10_all_apxs_ldflags.patch
===================================================================
--- trunk/dist/2.2/patches/10_all_apxs_ldflags.patch	                        (rev 0)
+++ trunk/dist/2.2/patches/10_all_apxs_ldflags.patch	2010-09-01 08:07:51 UTC (rev 233)
@@ -0,0 +1,13 @@
+diff -Nru httpd-2.2.16.orig/support/apxs.in httpd-2.2.16/support/apxs.in
+--- httpd-2.2.16.orig/support/apxs.in	2010-08-31 15:11:51.964281072 +0200
++++ httpd-2.2.16/support/apxs.in	2010-08-31 15:17:38.562895073 +0200
+@@ -430,6 +430,9 @@
+         $opt .= " -l$opt_l";
+     }
+ 
++    # Add LDFLAGS from environment:
++    $opt .= " $ENV{'LDFLAGS'}";
++
+     if ($opt_p == 1) {
+         
+         my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;




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

only message in thread, other threads:[~2010-09-01  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01  8:07 [gentoo-commits] apache r233 - trunk/dist/2.2/patches Krzysztof Pawlik (nelchael)

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