Commit ccc6ef6c authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

neon: remove useless stripping

parent 3d8ed998
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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