mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
fehQlibs: needs -fcommon for gcc10
This commit is contained in:
parent
85b1ed6d69
commit
2aa6e9a6f2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fehQlibs'
|
# Template file for 'fehQlibs'
|
||||||
pkgname=fehQlibs
|
pkgname=fehQlibs
|
||||||
version=15a
|
version=15a
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="State-of-the-art C routines for Internet services"
|
short_desc="State-of-the-art C routines for Internet services"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -17,7 +17,7 @@ post_extract() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cat >conf-build <<EOF
|
cat >conf-build <<EOF
|
||||||
CFLAGS='$CFLAGS -fPIC'
|
CFLAGS='$CFLAGS -fcommon -fPIC'
|
||||||
LIBDIR=$DESTDIR/usr/lib
|
LIBDIR=$DESTDIR/usr/lib
|
||||||
HDRDIR=$DESTDIR/usr/include/fehQlibs
|
HDRDIR=$DESTDIR/usr/include/fehQlibs
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue