From eb771d2e49ccec2b9bae0aa05566755377fe1ecb Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Thu, 2 Feb 2017 12:25:57 +0200 Subject: [PATCH] xorg-server: add -D__UNLEASHED_VISIBLE xorg apparently uses FASYNC and FNDELAY in fcntl F_SETFL instead of the appropriate O_ flags, so work around that by making them visible. --- components/x11/xorg-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/x11/xorg-server/Makefile b/components/x11/xorg-server/Makefile index 949d99f42..37ee68103 100644 --- a/components/x11/xorg-server/Makefile +++ b/components/x11/xorg-server/Makefile @@ -47,7 +47,7 @@ SERVERMOD_SUBDIR=$(SERVERMOD_SUBDIR.$(BITS)) X11_SERVERMODS_DIR=/usr/lib/xorg/modules X11_SERVERLIBS_DIR=/usr/lib/xorg -CPPFLAGS += -DSUNSOFT +CPPFLAGS += -DSUNSOFT -D__UNLEASHED_VISIBLE CPP = $(CC) -E -std=gnu99 CONFIGURE_SCRIPT = $(@D)/configure -- 2.11.4.GIT