diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-07-27 20:57:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | c0aaa929992d736e266ae82107212b1f976922f3 (patch) | |
tree | 73ee11c962c481dc044742982c58e1d70afd04b2 | |
parent | 30ff7640d858dbf71e005a07c416c520f85dae50 (diff) | |
download | slackbuilds-c0aaa929992d736e266ae82107212b1f976922f3.tar.gz |
network/roger-router: Modified SlackBuild.
Added compiler flags to fix build on -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | network/roger-router/roger-router.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/roger-router/roger-router.SlackBuild b/network/roger-router/roger-router.SlackBuild index 9d87ccfd12..9306c78dad 100644 --- a/network/roger-router/roger-router.SlackBuild +++ b/network/roger-router/roger-router.SlackBuild @@ -81,8 +81,9 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ./autogen.sh -CXXFLAGS="$SLKCFLAGS" \ -CFLAGS="$SLKCFLAGS" \ + +CFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \ +CXXFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |