diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 19:03:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 19:03:21 +0200 |
commit | 910ee3f081d229f4439aa2bdbb3553b61cc116cd (patch) | |
tree | 91382e19d3f519c34777cb6f6277beb8b0190149 /package/libssp | |
parent | 8cf892f141edd33a54b09a16f72650754f6032b5 (diff) |
fix symbol renaming bugs
Diffstat (limited to 'package/libssp')
-rw-r--r-- | package/libssp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libssp/Makefile b/package/libssp/Makefile index 02d755b4b..c1e3dabd7 100644 --- a/package/libssp/Makefile +++ b/package/libssp/Makefile @@ -9,6 +9,9 @@ endif ifeq ($(ADK_TARGET_LIB_UCLIBC),y) include ${TOPDIR}/toolchain/uclibc/Makefile.inc endif +ifeq ($(ADK_TARGET_LIB_UCLIBC),y) +include ${TOPDIR}/toolchain/musl/Makefile.inc +endif PKG_NAME:= libssp PKG_DESCR:= stack smashing protection library |