diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-11-13 12:48:22 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-13 12:48:22 +0000 |
commit | 9a6729a106d88f48549919f6ac14ffc3e81490fa (patch) | |
tree | a37d4807e8c3e19a6806a2c5b31f7499c0c0441d /main/fcgiwrap/APKBUILD | |
parent | c67dfcc39e22cfe3de13c45fb15d686c6a2faf5c (diff) | |
download | aports-9a6729a106d88f48549919f6ac14ffc3e81490fa.tar.bz2 aports-9a6729a106d88f48549919f6ac14ffc3e81490fa.tar.xz |
main/fcgiwrap: fix build with gcc8
Diffstat (limited to 'main/fcgiwrap/APKBUILD')
-rw-r--r-- | main/fcgiwrap/APKBUILD | 1 |
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 |