aboutsummaryrefslogtreecommitdiffstats
path: root/main/fcgiwrap
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-11-13 12:48:22 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-11-13 12:48:22 +0000
commit9a6729a106d88f48549919f6ac14ffc3e81490fa (patch)
treea37d4807e8c3e19a6806a2c5b31f7499c0c0441d /main/fcgiwrap
parentc67dfcc39e22cfe3de13c45fb15d686c6a2faf5c (diff)
downloadaports-9a6729a106d88f48549919f6ac14ffc3e81490fa.tar.bz2
aports-9a6729a106d88f48549919f6ac14ffc3e81490fa.tar.xz
main/fcgiwrap: fix build with gcc8
Diffstat (limited to 'main/fcgiwrap')
-rw-r--r--main/fcgiwrap/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/fcgiwrap/APKBUILD b/main/fcgiwrap/APKBUILD
index 33264efcdd..f89b98b83c 100644
--- a/main/fcgiwrap/APKBUILD
+++ b/main/fcgiwrap/APKBUILD
@@ -19,6 +19,7 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
autoreconf --install
+ CFLAGS="$CFLAGS -Wno-implicit-fallthrough" \
./configure --prefix=/usr \
--mandir=/share/man \
--sbindir=/bin