From c1d21df55b3e8481fdedab87b843575ac695a053 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 22 Dec 2020 18:54:00 -0800 Subject: [PATCH] libxslt: add autoreconf to fix compilation Arch Linux fails to compile without it as it tries to link to host libraries. Signed-off-by: Rosen Penev --- libs/libxslt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 699fba5d8..e9226036d 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxslt PKG_VERSION:=1.1.34 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -22,6 +22,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:xmlsoft:libxslt +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 HOST_BUILD_DEPENDS:=libxml2/host