neon: don't strip if BR2_ENABLE_DEBUG is enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 20 Oct 2008 11:53:08 +0000 (11:53 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 20 Oct 2008 11:53:08 +0000 (11:53 -0000)
package/neon/neon.mk

index 38b2914142292921a6f328cb18cc48b0f615192f..78c1ad35e55c4ed6705f8cc7a54f3bfa17a1fb76 100644 (file)
@@ -28,7 +28,9 @@ 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