mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
dieharder: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
7cf99f6d12
commit
ced5e90cdb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ distfiles="http://www.phy.duke.edu/~rgb/General/dieharder/${pkgname}-${version}.
|
||||||
checksum=6cff0ff8394c553549ac7433359ccfc955fb26794260314620dfa5e4cd4b727f
|
checksum=6cff0ff8394c553549ac7433359ccfc955fb26794260314620dfa5e4cd4b727f
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE -fcommon"
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i '/^AM_CPPFLAGS/s, -I \${includedir},,
|
sed -i '/^AM_CPPFLAGS/s, -I \${includedir},,
|
||||||
|
|
Loading…
Add table
Reference in a new issue