libxml2: strip libraries in TARGET_DIR

And cleanup libxml2.mk trailing whitespace while we're at it.
This commit is contained in:
Peter Korsgaard 2008-06-20 21:45:27 +00:00
parent f49f4b2ac0
commit 3402d4b4cf
1 changed files with 6 additions and 3 deletions

View File

@ -21,9 +21,12 @@ LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--with-gnu-ld --enable-shared \ --with-gnu-ld --enable-shared \
--enable-static --enable-ipv6=no \ --enable-static --enable-ipv6=no \
--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 $@