fcgiwrap: fix build
This commit is contained in:
parent
1985f8ea33
commit
53d82e1e97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue