projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95313e2
)
neon: strip target library
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 26 Aug 2008 20:47:15 +0000
(20:47 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 26 Aug 2008 20:47:15 +0000
(20:47 -0000)
neon doesn't have an install-strip target, so do it afterwards instead.
package/neon/neon.mk
patch
|
blob
|
history
diff --git
a/package/neon/neon.mk
b/package/neon/neon.mk
index 750217acc37257329130cc92830c48b86ce7983b..543a47c6b89a78cda28c40399500f8c21ace3c3e 100644
(file)
--- a/
package/neon/neon.mk
+++ b/
package/neon/neon.mk
@@
-27,3
+27,8
@@
NEON_CONF_OPT+=--disable-webdav
endif
$(eval $(call AUTOTARGETS,package,neon))
+
+# 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 $@