[mod_wsgi] - also use RPM_LD_FLAGS for build bz. #867137

Matthias Runge mrunge at fedoraproject.org
Wed Oct 17 07:06:17 UTC 2012


commit f9879fb5c6c679f31cfebb0653ec0c529068dfe7
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Oct 17 09:05:59 2012 +0200

    - also use RPM_LD_FLAGS for build bz. #867137

 mod_wsgi.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mod_wsgi.spec b/mod_wsgi.spec
index 8a1d6dd..203753e 100644
--- a/mod_wsgi.spec
+++ b/mod_wsgi.spec
@@ -6,7 +6,7 @@
 
 Name:           mod_wsgi
 Version:        3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -32,8 +32,9 @@ existing WSGI adapters for mod_python or CGI.
 %setup -q
 
 %build
+export LDFLAGS="$RPM_LD_FLAGS -L%{_libdir}"
 %configure --enable-shared --with-apxs=%{_httpd_apxs}
-make LDFLAGS="-L%{_libdir}" %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
@@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 17 2012 Matthias Runge <mrunge at redhat.com> - 3.4-2
+- also use RPM_LD_FLAGS for build bz. #867137
+
 * Mon Oct 15 2012 Matthias Runge <mrunge at redhat.com> - 3.4-1
 - update to upstream release 3.4
 


More information about the scm-commits mailing list