diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-19 17:33:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:14:22 -0500 |
commit | d24a480616425d8ae40729a334b21883234d4ffa (patch) | |
tree | 0371060a82c57f5f8592810ebb5d87df28d207ca /network | |
parent | 26eb2185b11f48fdc798f98975da41d226638280 (diff) |
network/bip: Disable some warning-as-errors.
This makes gcc-7.x happy
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/bip/bip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild index 93d6aac4df19a..e4a191a06c1ef 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 \ |