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:
Matteo Bernardini 2022-02-03 19:12:04 +01:00 committed by Willy Sudiarto Raharjo
parent b221120e2b
commit 12de6db3de
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 0 deletions

View File

@ -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