diff options
Diffstat (limited to 'desktop/wmbackground/wmbackground.SlackBuild')
-rw-r--r-- | desktop/wmbackground/wmbackground.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmbackground/wmbackground.SlackBuild b/desktop/wmbackground/wmbackground.SlackBuild index 8afdf345e430..1fb3ca54cd22 100644 --- a/desktop/wmbackground/wmbackground.SlackBuild +++ b/desktop/wmbackground/wmbackground.SlackBuild @@ -54,7 +54,7 @@ find -L . \ cd wmbackground make \ - FLAGS="$SLKCFLAGS" + CC="gcc -fgnu89-inline $SLKCFLAGS" # Copy executable to the correct location mkdir -p $PKG/usr/bin |