Fix xml2-config in libxml2

This commit is contained in:
Antoine Bertin
2012-07-19 22:10:41 +02:00
parent af488fb8eb
commit 3c47bb07d0

View File

@ -13,6 +13,10 @@ LICENSE = MIT
CONFIGURE_ARGS = --without-python
GNU_CONFIGURE = 1
POST_INSTALL_TARGET = myPostInstall
include ../../mk/spksrc.cross-cc.mk
.PHONY: myPostInstall
myPostInstall:
sed -i -e 's|^prefix=$(INSTALL_PREFIX)$$|prefix=$(STAGING_INSTALL_PREFIX)|' $(STAGING_INSTALL_PREFIX)/bin/xml2-config