From ccc6ef6c171c188863f1d5350c8037ea1a2e5fee Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 2 Sep 2010 00:12:35 +0200 Subject: neon: remove useless stripping Signed-off-by: Thomas Petazzoni --- package/neon/neon.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'package') 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 -- cgit v1.2.3