[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Nov 13 03:00:38 UTC 2019


    Date: Wednesday, November 13, 2019 @ 03:00:38
  Author: eschwartz
Revision: 527080

upgpkg: mod_wsgi 4.5.24-4

Fix FS#64481 - can't be loaded into apache, undefined symbol PyObject_SetItem

The project LDFLAGS are completely overridden using random linker flags
extracted by hand from python-config, which breaks due to not embedding. It's
no longer 2012, we should trust upstream to get this right -- upstream does
have it right, and we are broken.

Modified:
  mod_wsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-13 01:01:22 UTC (rev 527079)
+++ PKGBUILD	2019-11-13 03:00:38 UTC (rev 527080)
@@ -5,7 +5,7 @@
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
 pkgver=4.5.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64')
 url='http://www.modwsgi.org/'
@@ -39,7 +39,7 @@
     --with-apxs=/usr/bin/apxs \
     --with-python=/usr/bin/python
 
-  make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
+  make
 }
 
 package_mod_wsgi() {



More information about the arch-commits mailing list