mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-04 05:32:27 +00:00
musl: apply hardening options (e.g. SSP) also to libc itself
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46073
This commit is contained in:
parent
565a2940ff
commit
b954c61d96
@ -21,6 +21,7 @@ PATCH_DIR:=$(PATH_PREFIX)/patches
|
|||||||
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
|
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/toolchain-build.mk
|
include $(INCLUDE_DIR)/toolchain-build.mk
|
||||||
|
include $(INCLUDE_DIR)/hardening.mk
|
||||||
|
|
||||||
MUSL_CONFIGURE:= \
|
MUSL_CONFIGURE:= \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user