From f9ba3aac090e918abb602b2ce28e58b7dd0f59fa Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 30 Mar 2024 19:01:34 +0100
Subject: [PATCH] sysutils/borgbackup: update to 1.2.8

---
 components/archiver/xz/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/components/archiver/xz/Makefile b/components/archiver/xz/Makefile
index eac8679..e6b8c02 100644
--- a/components/archiver/xz/Makefile
+++ b/components/archiver/xz/Makefile
@@ -27,6 +27,7 @@
 
 COMPONENT_NAME=		xz
 COMPONENT_VERSION=	5.6.1
+COMPONENT_REVISION= 1
 COMPONENT_SUMMARY=	XZ Utils - loss-less file compression application and library
 COMPONENT_PROJECT_URL=	https://tukaani.org/xz/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -40,6 +41,8 @@
 
 include $(WS_MAKE_RULES)/common.mk
 
+COMPONENT_PRE_CONFIGURE_ACTION= ( cd $(SOURCE_DIR) && rm m4/build-to-host.m4 && autoreconf -fi )
+
 CONFIGURE_OPTIONS += --disable-static
 CONFIGURE_OPTIONS += --disable-rpath
 

--
Gitblit v1.9.3