Author: nbd Date: 2016-01-26 00:05:49 +0100 (Tue, 26 Jan 2016) New Revision: 48500
Modified: trunk/package/system/usign/Makefile Log: usign: force installation to $(STAGING_DIR_HOST) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/usign/Makefile =================================================================== --- trunk/package/system/usign/Makefile 2016-01-25 22:54:52 UTC (rev 48499) +++ trunk/package/system/usign/Makefile 2016-01-25 23:05:49 UTC (rev 48500) @@ -22,6 +22,8 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk +HOST_BUILD_PREFIX:=$(STAGING_DIR_HOST) + define Package/usign SECTION:=base CATEGORY:=Base system _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
