mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
libxml2: strip libraries in TARGET_DIR
And cleanup libxml2.mk trailing whitespace while we're at it.
This commit is contained in:
parent
f49f4b2ac0
commit
3402d4b4cf
@ -23,7 +23,10 @@ LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
|||||||
--without-debugging --without-python \
|
--without-debugging --without-python \
|
||||||
--without-threads $(DISABLE_NLS)
|
--without-threads $(DISABLE_NLS)
|
||||||
|
|
||||||
|
|
||||||
LIBXML2_DEPENDENCIES = uclibc
|
LIBXML2_DEPENDENCIES = uclibc
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libxml2))
|
$(eval $(call AUTOTARGETS,package,libxml2))
|
||||||
|
|
||||||
|
$(LIBXML2_HOOK_POST_INSTALL):
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxml2*so*
|
||||||
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user