desktop/wmsm.app: Pass -fcommon for gcc >= 10.x.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-05-09 20:26:11 +02:00 committed by Robby Workman
parent c93de743a3
commit ccf3bc0f18
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ find -L . \
cd wmsm
make \
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
CFLAGS="$SLKCFLAGS -fgnu89-inline -fcommon" \
INCDIR="-I/usr/include/X11" \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
# Executable is copied to the correct location