fehQlibs: needs -fcommon for gcc10

This commit is contained in:
Jürgen Buchmüller 2020-09-05 12:39:11 +02:00
parent 85b1ed6d69
commit 2aa6e9a6f2

View file

@ -1,7 +1,7 @@
# Template file for 'fehQlibs'
pkgname=fehQlibs
version=15a
revision=1
revision=2
build_style=gnu-makefile
short_desc="State-of-the-art C routines for Internet services"
maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -17,7 +17,7 @@ post_extract() {
do_build() {
cat >conf-build <<EOF
CFLAGS='$CFLAGS -fPIC'
CFLAGS='$CFLAGS -fcommon -fPIC'
LIBDIR=$DESTDIR/usr/lib
HDRDIR=$DESTDIR/usr/include/fehQlibs
EOF