Bug 867137 - mod_wsgi 3.4-1 not built with $RPM_LD_FLAGS
Summary: mod_wsgi 3.4-1 not built with $RPM_LD_FLAGS
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mod_wsgi
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-16 20:50 UTC by Ville Skyttä
Modified: 2012-11-23 07:30 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-23 07:30:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.