From 58e46a9ed111c37215c8554e65cee25eddbc37c2 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Fri, 27 Mar 2026 15:48:30 +0000 Subject: Woodpecker CI d21db8ce21b9c7145349dee94a3ab63fb33543d6 [SKIP CI] --- ntfs-3g/abuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ntfs-3g/abuild') 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 +} -- cgit v1.2.3