diff options
Diffstat (limited to 'repos/extra/ntfs-3g/abuild')
| -rw-r--r-- | repos/extra/ntfs-3g/abuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/repos/extra/ntfs-3g/abuild b/repos/extra/ntfs-3g/abuild deleted file mode 100644 index 796c4450..00000000 --- a/repos/extra/ntfs-3g/abuild +++ /dev/null @@ -1,16 +0,0 @@ -name=ntfs-3g -version=2026.2.25 -release=1 -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 -} |