diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-20 21:34:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:03:06 -0500 |
commit | fd947035469e2284987c3699fce590e032f1cbfa (patch) | |
tree | 7e0d439b75dc9cf0497c4dc12f93224c2f58ef11 | |
parent | 9596e0093400efb117c87af90955f35d3e844dbf (diff) |
libraries/ucl: Force using the ISO C90 standard.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | libraries/ucl/ucl.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ucl/ucl.SlackBuild b/libraries/ucl/ucl.SlackBuild index d7cf3368163a..f11c45e090fb 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 \ |