diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/ntfs-3g/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
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 -} |