Author: nbd Date: 2016-01-20 20:36:18 +0100 (Wed, 20 Jan 2016) New Revision: 48407
Modified: trunk/package/libs/gettext-full/Makefile Log: gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/gettext-full/Makefile =================================================================== --- trunk/package/libs/gettext-full/Makefile 2016-01-20 19:36:14 UTC (rev 48406) +++ trunk/package/libs/gettext-full/Makefile 2016-01-20 19:36:18 UTC (rev 48407) @@ -37,7 +37,7 @@ TARGET_CFLAGS += $(FPIC) ifneq ($(HOST_OS),Linux) - TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include + TARGET_CFLAGS += -I$(STAGING_DIR)/host/include endif ifdef CONFIG_USE_MUSL TARGET_CFLAGS += -D__UCLIBC__ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
