[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jul 18 14:58:52 UTC 2017
Date: Tuesday, July 18, 2017 @ 14:58:52
Author: arodseth
Revision: 245572
upgpkg: mod_wsgi 4.5.17-2
Modified:
mod_wsgi/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-18 14:32:56 UTC (rev 245571)
+++ PKGBUILD 2017-07-18 14:58:52 UTC (rev 245572)
@@ -6,14 +6,14 @@
pkgbase=mod_wsgi
pkgname=($pkgbase 'mod_wsgi2')
pkgver=4.5.17
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
+pkgrel=2
+pkgdesc='Python WSGI adapter module for Apache'
arch=('x86_64' 'i686')
url='http://www.modwsgi.org/'
license=('APACHE')
makedepends=('apache' 'python' 'python2' 'git')
install='mod_wsgi.install'
-source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
md5sums=('SKIP')
build() {
@@ -27,7 +27,7 @@
--with-python=/usr/bin/python
# Build mod_wsgi for py3
- make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+ make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
cd "$srcdir/py2"
More information about the arch-commits
mailing list