mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/vice: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d5a1861122
commit
62079d5a25
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ autoreconf -vif
|
|||
DOCDIR=/usr/doc/$PRGNAM-$VERSION
|
||||
PKGDOC=$PKG/$DOCDIR
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -w -Wl,--allow-multiple-definition" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
XA=/bin/true \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue