aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 00:16:22 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 00:16:22 +0800
commit423a2052c895cd9344869b776128b02f9a3143d1 (patch)
treeb4cc3ad3a4598b80193cc30cfb773f2f384d9988 /repos/extra
parent7cbd6585f10cc503bb5c3a819451148545d55447 (diff)
downloadalicelinux-423a2052c895cd9344869b776128b02f9a3143d1.tar.gz
alicelinux-423a2052c895cd9344869b776128b02f9a3143d1.zip
dfc: fix build with latest cmake
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/dfc/abuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/dfc/abuild b/repos/extra/dfc/abuild
index 4729dcb3..4e5464e2 100644
--- a/repos/extra/dfc/abuild
+++ b/repos/extra/dfc/abuild
@@ -3,3 +3,7 @@ version=3.1.1
release=1
source="https://github.com/rolinh/$name/releases/download/v$version/$name-$version.tar.gz"
build_opt="-DSYSCONFDIR=/etc"
+
+prebuild() {
+ sed 's/VERSION 2.8.4/VERSION 4.0/' -i CMakeLists.txt
+}