summaryrefslogtreecommitdiff
path: root/package/xorg-server
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:54:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:54:52 +0100
commit5eb808d3b0d2dca7016e7200418a95a0eb6330d4 (patch)
tree8bd3e766a525ebcefc51eb5512be79c9f9343055 /package/xorg-server
parent2cf07c6133be930549293697255d7005cbbaf242 (diff)
musl fixes after update to 0.9.15
Diffstat (limited to 'package/xorg-server')
-rw-r--r--package/xorg-server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 6ca4f67f0..3305779ab 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -43,6 +43,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XORG_SERVER,xorg-server,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE
+
ifeq (${ADK_PACKAGE_XORG_SERVER_WITH_GCRYPT},y)
CONFIGURE_ARGS+= --with-sha1=libgcrypt
endif