diff --git a/srcpkgs/fcgiwrap/template b/srcpkgs/fcgiwrap/template index 15df80dfdb..023fbda5f9 100644 --- a/srcpkgs/fcgiwrap/template +++ b/srcpkgs/fcgiwrap/template @@ -1,7 +1,7 @@ # Template file for 'fcgiwrap' pkgname=fcgiwrap version=1.1.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="fcgi-devel" @@ -12,6 +12,7 @@ homepage="https://nginx.localdomain.pl/wiki/FcgiWrap" distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz" checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f configure_args="--prefix=/ --sbindir=/usr/bin" # with prefix=/usr prepends a second /usr to usr/bin and usr/share +CFLAGS="-Wno-error" pre_configure() { autoreconf -fi