summaryrefslogtreecommitdiffstats
path: root/libraries/http-parser/http-parser.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-13 14:03:53 +0200
committer Matteo Bernardini2018-10-13 14:03:53 +0200
commit90a1c3817bd979d30eef880f5cbbdab1fdc96b69 (patch)
tree1a33d8fc1b5d12da92df48dd63c822804617a5f2 /libraries/http-parser/http-parser.SlackBuild
parente508b015d1f32339a2049795d646af143139eb87 (diff)
downloadslackbuilds-7424207a1aea64da50cbca581175c22ae9d72f22.tar.gz
20181013.1 global branch merge.current-20181013.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}