mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/systrace: Fix compile issue.
This commit is contained in:
parent
39307645b0
commit
5306931eb1
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue