mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/bbrun: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b221120e2b
commit
12de6db3de
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ patch -p0 -i $CWD/patches/$PRGNAM-$VERSION-list.patch
|
|||
patch -p0 -i $CWD/patches/$PRGNAM-$VERSION-makefile.patch
|
||||
|
||||
cd $PRGNAM
|
||||
export CFLAGS+="-fcommon"
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
|
|
Loading…
Reference in a new issue