ucspi-ssl: fix build w/ gcc10 (-fcommon)
This commit is contained in:
parent
d440fce421
commit
1a37fd1d89
|
@ -18,6 +18,8 @@ checksum=8b616ee8c1247d364015c55a0063dc02ab41c7a5bba58fa183ac948f33eb209f
|
||||||
# ad hoc build system breaks parallel build and cross-compilation
|
# ad hoc build system breaks parallel build and cross-compilation
|
||||||
disable_parallel_build="ad hoc build system breaks parallel build"
|
disable_parallel_build="ad hoc build system breaks parallel build"
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) ;;
|
x86_64*) ;;
|
||||||
|
|
Loading…
Reference in New Issue