system/kmscon: Minor fix for -current.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-06-22 15:48:16 -04:00 committed by Willy Sudiarto Raharjo
parent 4cc21a6a8f
commit 1f1e9ef516
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -53,6 +53,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 {} \;
SLKCFLAGS="$SLKCFLAGS -DSIGUNUSED=SIGSYS"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \