ucspi-ssl: fix build w/ gcc10 (-fcommon)

This commit is contained in:
Jürgen Buchmüller 2020-09-12 17:53:53 +02:00
parent d440fce421
commit 1a37fd1d89
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ checksum=8b616ee8c1247d364015c55a0063dc02ab41c7a5bba58fa183ac948f33eb209f
# ad hoc build system breaks parallel build and cross-compilation
disable_parallel_build="ad hoc build system breaks parallel build"
CFLAGS="-fcommon"
pre_build() {
case "$XBPS_TARGET_MACHINE" in
x86_64*) ;;