mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
neon: strip target library
neon doesn't have an install-strip target, so do it afterwards instead.
This commit is contained in:
parent
95313e2000
commit
2cd9ff92d7
@ -27,3 +27,8 @@ NEON_CONF_OPT+=--disable-webdav
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,neon))
|
$(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 $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user