summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-07-27 16:55:02 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit04f377a18ae0b66d80fdd3ea500d4616b5b6f838 (patch)
treeeba60c3eb083f80cc039350db9db459b8dc23464
parent48acc286e9026c79ed983382a17eebd40a63d35f (diff)
downloadslackbuilds-04f377a18ae0b66d80fdd3ea500d4616b5b6f838.tar.gz
slackbuilds-04f377a18ae0b66d80fdd3ea500d4616b5b6f838.tar.xz
development/curlpp: Modified SlackBuild.
Added compiler flags to fix build failure on -current. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/curlpp/curlpp.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/curlpp/curlpp.SlackBuild b/development/curlpp/curlpp.SlackBuild
index 4fdecd0b77..0a685f034c 100644
--- a/development/curlpp/curlpp.SlackBuild
+++ b/development/curlpp/curlpp.SlackBuild
@@ -68,8 +68,8 @@ 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" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error=unused-function" \
+CXXFLAGS="$SLKCFLAGS -Wno-error=unused-function" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \