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/net-tools | |
parent | 8cf892f141edd33a54b09a16f72650754f6032b5 (diff) |
fix symbol renaming bugs
Diffstat (limited to 'package/net-tools')
-rw-r--r-- | package/net-tools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/net-tools/Makefile b/package/net-tools/Makefile index a83c0a6e0..c95c43c1a 100644 --- a/package/net-tools/Makefile +++ b/package/net-tools/Makefile @@ -23,9 +23,6 @@ $(eval $(call PKG_template,ARP,arp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS}, CONFIG_STYLE:= manual INSTALL_STYLE:= manual -ifeq ($(ADK_TOOLCHAIN_USE_SSP),y) -TARGET_LDFLAGS+= -lssp -endif do-configure: $(CP) ./files/config.* $(WRKBUILD)/ |