diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-15 04:57:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-15 11:25:42 +0000 |
commit | 1354d67470f89352da335648c1e7771766972b38 (patch) | |
tree | 7ce53b26ad5f0b78e9ed909d8b9d95d6de9a680b /main/fcgi | |
parent | 486b1b4160c2b06742c106f2ac4fc895356ad8c8 (diff) | |
download | aports-1354d67470f89352da335648c1e7771766972b38.tar.bz2 aports-1354d67470f89352da335648c1e7771766972b38.tar.xz |
main/fcgi: update config.sub
Diffstat (limited to 'main/fcgi')
-rw-r--r-- | main/fcgi/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/fcgi/APKBUILD b/main/fcgi/APKBUILD index 2e2f13ac3..438e7cd73 100644 --- a/main/fcgi/APKBUILD +++ b/main/fcgi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=fcgi pkgver=2.4.0 -pkgrel=6 +pkgrel=7 pkgdesc="FAST CGI(fcgi) is a language independent, high performant extension to CGI" url="http://www.fastcgi.com" arch="all" @@ -27,7 +27,8 @@ prepare() { done sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in - libtoolize --force && aclocal && autoconf && automake --add-missing + libtoolize --force && aclocal && autoconf \ + && automake --force --add-missing } build() { |