summaryrefslogtreecommitdiffstats
path: root/libraries/http-parser/http-parser.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-01-26 08:45:09 +0100
committer Matteo Bernardini2019-01-26 08:45:09 +0100
commit9d2325989c32357338a62d378cfa5e9ed623aaba (patch)
tree60d0ddf2ffebb1920f3813908104b97c3b42c484 /libraries/http-parser/http-parser.SlackBuild
parentf8717ee2eb30c24fb4e808057c85e9d3d598a2c5 (diff)
downloadslackbuilds-current-20190126.1.tar.gz
20190126.1 global branch merge.current-20190126.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 07fbfbc886..8480b8afbf 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}