mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/hping3: Pass -fcommon for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cd9f0715e1
commit
72747f8cfd
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ MANPATH=/usr/man ./configure \
|
|||
# From Arch Linux - Adds DESTDIR to Makefile
|
||||
patch -p1 --verbose < $CWD/patches/Makefile.patch
|
||||
|
||||
make CCOPT="$SLKCFLAGS -DUSE_TCL"
|
||||
make CCOPT="$SLKCFLAGS -DUSE_TCL -fcommon"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue