projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084e855
)
neon: don't strip if BR2_ENABLE_DEBUG is enabled
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 20 Oct 2008 11:53:08 +0000
(11:53 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 20 Oct 2008 11:53:08 +0000
(11:53 -0000)
package/neon/neon.mk
patch
|
blob
|
history
diff --git
a/package/neon/neon.mk
b/package/neon/neon.mk
index 38b2914142292921a6f328cb18cc48b0f615192f..78c1ad35e55c4ed6705f8cc7a54f3bfa17a1fb76 100644
(file)
--- a/
package/neon/neon.mk
+++ b/
package/neon/neon.mk
@@
-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