diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:55:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:55:43 +0200 |
commit | 95eec8acecc56081ab87ce23b17a742fdec0485f (patch) | |
tree | 1967cdfca7797053228c038cd16ec2efd9b1972a /package/libssp | |
parent | 91bb12aaa6ba1c1264023a53350b046f7d80219e (diff) |
fix path to uClibc Makefile
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 |