summaryrefslogtreecommitdiff
path: root/package/xinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-20 12:25:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-20 12:25:49 +0100
commita74b8da459dcdee1d1fc633d9d1856fdb89fd7bd (patch)
tree291ff6b5793e74c8994696a7fe26e82f6f646601 /package/xinit
parent33adad70313bb73464cbd002370cd14bade79a54 (diff)
fix musl compile, when xorg package collection is selected. X still does not work with musl
Diffstat (limited to 'package/xinit')
-rw-r--r--package/xinit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile
index a623b1830..d9988a1e2 100644
--- a/package/xinit/Makefile
+++ b/package/xinit/Makefile
@@ -21,6 +21,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XINIT,xinit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CPPFLAGS+= -D_POSIX_SOURCE
CONFIGURE_ARGS:= --without-launchd
XAKE_FLAGS+= RAWCPP="$(TARGET_CROSS)cpp"