mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
neon: strip target library
neon doesn't have an install-strip target, so do it afterwards instead.
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user