Bug 867137

Summary: mod_wsgi 3.4-1 not built with $RPM_LD_FLAGS
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: mod_wsgiAssignee: Matthias Runge <mrunge>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dmalcolm, jokajak, jorton, lmacken, mrunge
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-23 07:30:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ville Skyttä 2012-10-16 20:50:26 UTC
mod_wsgi 3.4-1 is not built with $RPM_LD_FLAGS, I assume that's not intentional.
One way to fix it:

--- a/mod_wsgi.spec
+++ b/mod_wsgi.spec
@@ -34,4 +34,5 @@ existing WSGI adapters for mod_python or CGI.
 %build
+export LDFLAGS="$RPM_LD_FLAGS -L%{_libdir}"
 %configure --enable-shared --with-apxs=%{_httpd_apxs}
-make LDFLAGS="-L%{_libdir}" %{?_smp_mflags}
+make %{?_smp_mflags}

Comment 1 Matthias Runge 2012-10-17 06:10:27 UTC
Thank you for the report, that was indeed not intentional. I'll fix it during the day.

Comment 2 Fedora Update System 2012-10-17 07:26:36 UTC
mod_wsgi-3.4-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/mod_wsgi-3.4-2.fc18

Comment 3 Fedora Update System 2012-10-17 17:33:08 UTC
Package mod_wsgi-3.4-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing mod_wsgi-3.4-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-16300/mod_wsgi-3.4-2.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-11-14 07:27:27 UTC
mod_wsgi-3.4-4.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/mod_wsgi-3.4-4.fc18

Comment 5 Fedora Update System 2012-11-23 07:30:08 UTC
mod_wsgi-3.4-4.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.