Fix build of xext on aarch64
This commit is contained in:
parent
ce66686c5a
commit
2c02757377
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ffbuild_dockerbuild() {
|
||||||
return -1
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export CFLAGS="$RAW_CFLAGS"
|
export CFLAGS="$RAW_CFLAGS -D_GNU_SOURCE"
|
||||||
export LDFLAFS="$RAW_LDFLAGS"
|
export LDFLAFS="$RAW_LDFLAGS"
|
||||||
|
|
||||||
./configure "${myconf[@]}"
|
./configure "${myconf[@]}"
|
||||||
|
|
Loading…
Reference in a new issue