summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2015-11-22 12:05:18 +0100
committer Willy Sudiarto Raharjo2015-11-28 01:26:17 +0100
commit5306931eb19ce2ccce15e6b007ed290112ba852c (patch)
tree840b3bf9f0817b923f890011a86adf0b7eda9fd6 /system
parent39307645b09c18bec5d273b6e6a5d90c3f58f6be (diff)
downloadslackbuilds-5306931eb19ce2ccce15e6b007ed290112ba852c.tar.gz
system/systrace: Fix compile issue.
Diffstat (limited to 'system')
-rw-r--r--system/systrace/systrace.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/systrace/systrace.SlackBuild b/system/systrace/systrace.SlackBuild
index 0aa24a8c06..5ed96ae898 100644
--- a/system/systrace/systrace.SlackBuild
+++ b/system/systrace/systrace.SlackBuild
@@ -55,7 +55,7 @@ find -L . \
## First, systrace itself (backend + textmode UI):
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -std=gnu89" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
@@ -105,7 +105,7 @@ if [ "${GUI:-yes}" = "yes" ]; then
autoreconf -if
- CFLAGS="$SLKCFLAGS" \
+ CFLAGS="$SLKCFLAGS -std=gnu89" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \