diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 11:04:38 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 11:04:38 +0200 |
| commit | f4a140e55739c8437b1b139d915b957b416840d8 (patch) | |
| tree | 92e2500706278e95f892219231dcc5c6854f1e70 /package/libssp | |
| parent | 3c2b8c14ba47341b7af24dc4d5cae3d32c72302e (diff) | |
| parent | 5c408039aa7f26d60691b585286a6a3ba90a0bb1 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libssp')
| -rw-r--r-- | package/libssp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libssp/Makefile b/package/libssp/Makefile index def4443e8..02d755b4b 100644 --- a/package/libssp/Makefile +++ b/package/libssp/Makefile @@ -7,11 +7,11 @@ ifeq ($(ADK_TARGET_LIB_GLIBC),y) include ${TOPDIR}/toolchain/glibc/Makefile.inc endif ifeq ($(ADK_TARGET_LIB_UCLIBC),y) -include ${TOPDIR}/toolchain/uClibc/Makefile.inc +include ${TOPDIR}/toolchain/uclibc/Makefile.inc endif PKG_NAME:= libssp -PKG_DESCR:= Stack smashing protection library +PKG_DESCR:= stack smashing protection library PKG_SECTION:= libs PKG_OPTS:= noremove |
