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
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ PATCH_DIR:=$(PATH_PREFIX)/patches
|
|||
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) \
|
||||
|
|
Loading…
Reference in a new issue