Author: nbd Date: 2014-06-30 00:25:43 +0200 (Mon, 30 Jun 2014) New Revision: 41397
Modified: trunk/package/libs/gettext-full/Makefile Log: gettext-full: use uclibc workarounds for musl as well Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/gettext-full/Makefile =================================================================== --- trunk/package/libs/gettext-full/Makefile 2014-06-29 22:25:40 UTC (rev 41396) +++ trunk/package/libs/gettext-full/Makefile 2014-06-29 22:25:43 UTC (rev 41397) @@ -38,6 +38,9 @@ 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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
