aboutsummaryrefslogtreecommitdiff
path: root/ntfs-3g/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-27 15:48:30 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-27 15:48:30 +0000
commit58e46a9ed111c37215c8554e65cee25eddbc37c2 (patch)
tree1ec5e6689ace772996f67ebd134b7d687f3442a6 /ntfs-3g/abuild
parentf462b41b8ece0501d948837dd08e451f8077242b (diff)
downloadalicelinux-58e46a9ed111c37215c8554e65cee25eddbc37c2.tar.gz
alicelinux-58e46a9ed111c37215c8554e65cee25eddbc37c2.zip
Woodpecker CI d21db8ce21b9c7145349dee94a3ab63fb33543d6 [SKIP CI]
Diffstat (limited to 'ntfs-3g/abuild')
-rw-r--r--ntfs-3g/abuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/ntfs-3g/abuild b/ntfs-3g/abuild
index 715ef994..67aba22b 100644
--- a/ntfs-3g/abuild
+++ b/ntfs-3g/abuild
@@ -1,6 +1,16 @@
name=ntfs-3g
version=2022.10.3
release=1
-source="https://tuxera.com/opensource/${name}_ntfsprogs-$version.tgz"
+source="https://github.com/tuxera/ntfs-3g/archive/${version}/ntfs-3g-${version}.tar.gz"
build_opt="--exec-prefix=/usr --with-fuse=external --disable-ldconfig"
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
+
+prebuild() {
+ # disable crypto that required libgrypt
+ cat > m4/libgcrypt.m4 << 'EOF'
+AC_DEFUN([AM_PATH_LIBGCRYPT], [
+ have_libgcrypt=false
+])
+EOF
+ autoreconf -fiv
+}