mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/qrupdate: Workaround to build with gcc >= 10.x.
Thanks gentoo! Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c7c33f9a07
commit
41a3c562ce
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ autoreconf -vif
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-dependency-tracking \
|
||||
--build=$ARCH-slackware-linux \
|
||||
FFLAGS="$SLKCFLAGS" \
|
||||
FFLAGS="$SLKCFLAGS -fallow-argument-mismatch" \
|
||||
|
||||
make
|
||||
make check
|
||||
|
|
Loading…
Reference in a new issue