summaryrefslogtreecommitdiffstats
path: root/libraries/http-parser/http-parser.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/http-parser/http-parser.SlackBuild')
-rw-r--r--libraries/http-parser/http-parser.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/http-parser/http-parser.SlackBuild b/libraries/http-parser/http-parser.SlackBuild
index 81e4b6fb4d..f3d4cdf980 100644
--- a/libraries/http-parser/http-parser.SlackBuild
+++ b/libraries/http-parser/http-parser.SlackBuild
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error=implicit-fallthrough=" \
make install \
PREFIX=$PKG/usr \
LIBDIR=$PKG/usr/lib${LIBDIRSUFFIX}