mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libxml2: prevent host compile to overwrite xml2-config (closes #2566)
Host compilation overwrites "$(STAGING_DIR)/host/bin/xml2-config with an unpatched variant. So apply the same sed expression before installing the file during host install. Thanks to @zyxmon for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -130,5 +130,10 @@ define Package/libxml2/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxml2.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxml2.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Host/Install
|
||||||
|
$(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' $(HOST_BUILD_DIR)/xml2-config
|
||||||
|
$(call Host/Install/Default)
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
$(eval $(call BuildPackage,libxml2))
|
$(eval $(call BuildPackage,libxml2))
|
||||||
|
|||||||
Reference in New Issue
Block a user