mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-08-20 16:33:40 +00:00
Fix xml2-config in libxml2
This commit is contained in:
@ -13,6 +13,10 @@ LICENSE = MIT
|
|||||||
|
|
||||||
CONFIGURE_ARGS = --without-python
|
CONFIGURE_ARGS = --without-python
|
||||||
GNU_CONFIGURE = 1
|
GNU_CONFIGURE = 1
|
||||||
|
POST_INSTALL_TARGET = myPostInstall
|
||||||
|
|
||||||
include ../../mk/spksrc.cross-cc.mk
|
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
|
||||||
|
Reference in New Issue
Block a user