xf86-video-intel: Drop -fcommon

This commit is contained in:
Dylan Araps 2020-05-09 00:45:20 +03:00
parent fd260cd4e6
commit 62d7368578
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,7 +2,6 @@
export DESTDIR="$1" export DESTDIR="$1"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy" export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
meson \ meson \
--prefix=/usr \ --prefix=/usr \