fcgiwrap: fix build
This commit is contained in:
parent
1985f8ea33
commit
53d82e1e97
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fcgiwrap'
|
# Template file for 'fcgiwrap'
|
||||||
pkgname=fcgiwrap
|
pkgname=fcgiwrap
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="fcgi-devel"
|
makedepends="fcgi-devel"
|
||||||
|
@ -12,6 +12,7 @@ homepage="https://nginx.localdomain.pl/wiki/FcgiWrap"
|
||||||
distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/gnosek/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
|
checksum=4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f
|
||||||
configure_args="--prefix=/ --sbindir=/usr/bin" # with prefix=/usr prepends a second /usr to usr/bin and usr/share
|
configure_args="--prefix=/ --sbindir=/usr/bin" # with prefix=/usr prepends a second /usr to usr/bin and usr/share
|
||||||
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue