From: Felix Fietkau Date: Sun, 29 Jun 2014 22:25:43 +0000 (+0000) Subject: gettext-full: use uclibc workarounds for musl as well X-Git-Tag: v14.07~558 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=6896bba81b8490455ca0872795dedde950b6dc1a;p=openwrt-github%2F.git gettext-full: use uclibc workarounds for musl as well Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41397 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 11dc1f5643..ca521b4c52 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -38,6 +38,9 @@ TARGET_CFLAGS += $(FPIC) ifneq ($(HOST_OS),Linux) TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include endif +ifdef CONFIG_USE_MUSL + TARGET_CFLAGS += -D__UCLIBC__ +endif CONFIGURE_ARGS += \ --enable-shared \