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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Aug 9 11:42:12 UTC 2013


    Date: Friday, August 9, 2013 @ 13:42:12
  Author: arodseth
Revision: 95319

upgpkg: mod_wsgi 3.4-3

Modified:
  mod_wsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-09 09:21:36 UTC (rev 95318)
+++ PKGBUILD	2013-08-09 11:42:12 UTC (rev 95319)
@@ -5,13 +5,12 @@
 
 pkgname=mod_wsgi
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
 license=('APACHE')
 depends=('apache' 'python')
-makedepends=('setconf')
 install=mod_wsgi.install
 source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz")
 sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
@@ -20,10 +19,9 @@
   cd "$srcdir/$pkgbase-$pkgver"
 
   ./configure --prefix=/usr \
-    --with-apxs=/usr/sbin/apxs \
+    --with-apxs=/usr/bin/apxs \
     --with-python=/usr/bin/python
-  setconf Makefile LDLIBS '-lpython3 -lpthread -ldl -lutil -lm'
-  make
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
 }
 
 package() {




More information about the arch-commits mailing list