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

Dave Reisner dreisner at archlinux.org
Fri Feb 12 01:30:56 UTC 2016


    Date: Friday, February 12, 2016 @ 02:30:56
  Author: dreisner
Revision: 161328

upgpkg: fcgiwrap 1.1.0-4

- rebuild to relink against libsystemd.so
- explicitly ./configure --with-systemd
- yo furrealz, this package was 3 years old

Modified:
  fcgiwrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-12 00:55:54 UTC (rev 161327)
+++ PKGBUILD	2016-02-12 01:30:56 UTC (rev 161328)
@@ -5,7 +5,7 @@
 
 pkgname=fcgiwrap
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple server for running CGI applications over FastCGI.'
 arch=('i686' 'x86_64')
 url='http://nginx.localdomain.pl/wiki/FcgiWrap'
@@ -21,7 +21,7 @@
 
   autoreconf --install
   # Here --sbindir is implicitly prefixed by /usr
-  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin
+  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin --with-systemd
   make
 }
 



More information about the arch-commits mailing list