summaryrefslogtreecommitdiff
path: root/libraries/ucl
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2017-06-20 21:34:26 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:03:06 -0500
commitfd947035469e2284987c3699fce590e032f1cbfa (patch)
tree7e0d439b75dc9cf0497c4dc12f93224c2f58ef11 /libraries/ucl
parent9596e0093400efb117c87af90955f35d3e844dbf (diff)
downloadslackbuilds-fd947035469e2284987c3699fce590e032f1cbfa.tar.gz
libraries/ucl: Force using the ISO C90 standard.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/ucl')
-rw-r--r--libraries/ucl/ucl.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ucl/ucl.SlackBuild b/libraries/ucl/ucl.SlackBuild
index d7cf336816..f11c45e090 100644
--- a/libraries/ucl/ucl.SlackBuild
+++ b/libraries/ucl/ucl.SlackBuild
@@ -71,6 +71,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="-std=c90" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \