diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-02 00:12:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-12 19:26:53 +0200 |
commit | ccc6ef6c171c188863f1d5350c8037ea1a2e5fee (patch) | |
tree | 9f16f8210f4fd51907480e622020dbdf7fa107cb /package/neon/neon.mk | |
parent | 3d8ed998de6af8e3baf8ea9889a334f532c3e3eb (diff) |
neon: remove useless stripping
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/neon/neon.mk')
-rw-r--r-- | package/neon/neon.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk index e942f8763..285d49f68 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -47,10 +47,3 @@ NEON_CONF_OPT+=--without-ssl endif $(eval $(call AUTOTARGETS,package,neon)) - -ifeq ($(BR2_ENABLE_DEBUG),) -# neon doesn't have an install-strip target, so do it afterwards -$(NEON_HOOK_POST_INSTALL): $(NEON_TARGET_INSTALL_TARGET) - $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libneon.so - touch $@ -endif |