Author: cyrus Date: 2015-06-20 19:37:25 +0200 (Sat, 20 Jun 2015) New Revision: 46073
Modified: trunk/toolchain/musl/common.mk Log: musl: apply hardening options (e.g. SSP) also to libc itself Signed-off-by: Steven Barth <[email protected]> Modified: trunk/toolchain/musl/common.mk =================================================================== --- trunk/toolchain/musl/common.mk 2015-06-20 17:37:22 UTC (rev 46072) +++ trunk/toolchain/musl/common.mk 2015-06-20 17:37:25 UTC (rev 46073) @@ -21,6 +21,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/toolchain-build.mk +include $(INCLUDE_DIR)/hardening.mk MUSL_CONFIGURE:= \ $(TARGET_CONFIGURE_OPTS) \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
