diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:47:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:47:39 +0100 |
commit | 28bfc5688a1a016bef4a001a5bc2a7f7703b1f85 (patch) | |
tree | e80d4cd6d25c0f3dccf04f4431d55c0e785ec6a6 /package/net-tools/Makefile | |
parent | 8c07d0bc07ca9cbe373cf41c80d8e10c401aba9e (diff) |
allconfig fixes for lemote yeelong
Diffstat (limited to 'package/net-tools/Makefile')
-rw-r--r-- | package/net-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/net-tools/Makefile b/package/net-tools/Makefile index 15f084a70..711f150ef 100644 --- a/package/net-tools/Makefile +++ b/package/net-tools/Makefile @@ -23,7 +23,9 @@ $(eval $(call PKG_template,ARP,arp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS}, CONFIG_STYLE:= manual INSTALL_STYLE:= manual +ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y) TARGET_LDFLAGS+= -lssp +endif do-configure: $(CP) ./files/config.* $(WRKBUILD)/ |