Commit 3402d4b4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libxml2: strip libraries in TARGET_DIR

And cleanup libxml2.mk trailing whitespace while we're at it.
parent f49f4b2a
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -23,7 +23,10 @@ LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
		--without-debugging --without-python \
		--without-threads $(DISABLE_NLS)


LIBXML2_DEPENDENCIES = uclibc

$(eval $(call AUTOTARGETS,package,libxml2))

$(LIBXML2_HOOK_POST_INSTALL):
	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxml2*so*
	touch $@