neon: strip target library

neon doesn't have an install-strip target, so do it afterwards instead.
This commit is contained in:
Peter Korsgaard 2008-08-26 20:47:15 +00:00
parent 95313e2000
commit 2cd9ff92d7
1 changed files with 5 additions and 0 deletions

View File

@ -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 $@