From: Thomas Petazzoni Date: Wed, 1 Sep 2010 22:12:35 +0000 (+0200) Subject: neon: remove useless stripping X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccc6ef6c171c188863f1d5350c8037ea1a2e5fee;p=buildroot.git neon: remove useless stripping Signed-off-by: Thomas Petazzoni --- diff --git a/package/neon/neon.mk b/package/neon/neon.mk index e942f8763a..285d49f680 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