diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-23 01:15:38 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-01-23 01:17:22 +0000 |
commit | 335a21b3c09fd30b1c15d18f35f535aecd97a195 (patch) | |
tree | bb613357d97b96e37242011a457aa921648cb0d5 /network/cclive | |
parent | c3a249e7419fb491324d6b1785be434b311c1288 (diff) | |
download | slackbuilds-335a21b3c09fd30b1c15d18f35f535aecd97a195.tar.gz |
network/cclive: Fixed build with gcc-5.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/cclive')
-rw-r--r-- | network/cclive/cclive.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/cclive/cclive.SlackBuild b/network/cclive/cclive.SlackBuild index 567d6ce62c..d9e5b0ebdd 100644 --- a/network/cclive/cclive.SlackBuild +++ b/network/cclive/cclive.SlackBuild @@ -51,6 +51,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 {} \; +CPPFLAGS="-P" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |