system/systrace: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-22 06:05:18 -05:00 committed by Willy Sudiarto Raharjo
parent 39307645b0
commit 5306931eb1

View file

@ -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 \