diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:16:22 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:16:22 +0800 |
| commit | 423a2052c895cd9344869b776128b02f9a3143d1 (patch) | |
| tree | b4cc3ad3a4598b80193cc30cfb773f2f384d9988 /repos/extra | |
| parent | 7cbd6585f10cc503bb5c3a819451148545d55447 (diff) | |
| download | alicelinux-423a2052c895cd9344869b776128b02f9a3143d1.tar.gz alicelinux-423a2052c895cd9344869b776128b02f9a3143d1.zip | |
dfc: fix build with latest cmake
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/dfc/abuild | 4 |
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 +} |