aboutsummaryrefslogtreecommitdiff
path: root/dfc/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'dfc/abuild')
-rw-r--r--dfc/abuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dfc/abuild b/dfc/abuild
index 4729dcb3..4e5464e2 100644
--- a/dfc/abuild
+++ b/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
+}