mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
may the 4th be with you
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
9
.github/scripts/util.sh
vendored
9
.github/scripts/util.sh
vendored
@@ -102,8 +102,15 @@ build_ac_xts() {
|
||||
if cc -Werror=unknown-warning-option -Wincompatible-function-pointer-types -c -xc -o /dev/null /dev/null 2>/dev/null; then
|
||||
CFLAGS="$CFLAGS -Wno-error=incompatible-function-pointer-types"
|
||||
fi
|
||||
|
||||
export CFLAGS="$CFLAGS -std=gnu89 \
|
||||
-Wno-deprecated-non-prototype \
|
||||
-Wno-pointer-sign \
|
||||
-Wno-incompatible-pointer-types \
|
||||
-Wno-implicit-function-declaration \
|
||||
-Wno-implicit-int"
|
||||
|
||||
fi
|
||||
CFLAGS="$CFLAGS -std=gnu89 -Wno-error=implicit-function-declaration -Wno-implicit-int"
|
||||
./autogen.sh --prefix=$X11_PREFIX CFLAGS="$CFLAGS"
|
||||
if [ "$X11_OS" = "Darwin" ]; then
|
||||
make -j${FDO_CI_CONCURRENT:-4} install tetexec.cfg
|
||||
|
||||
Reference in New Issue
Block a user