diff options
Diffstat (limited to 'network/roger-router/roger-router.SlackBuild')
-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} \ |