summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-19 17:33:58 +0200
committer Matteo Bernardini2018-06-09 07:47:17 +0200
commit705dbc7079f8168cd42e51a59aed72682b456e5d (patch)
treefd90783022e290998159bce13b4154482a8d8ce5
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-bip.tar.gz
network/bip: Disable some warning-as-errors.bip
This makes gcc-7.x happy Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/bip/bip.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild
index 93d6aac4df..e4a191a06c 100644
--- a/network/bip/bip.SlackBuild
+++ b/network/bip/bip.SlackBuild
@@ -72,7 +72,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=duplicate-decl-specifier" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \