ext2fuse: update build

Closes #92.

Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
Adrian Ho 2025-02-12 22:35:06 +08:00 committed by Adrian Ho
parent c6264936bc
commit 042ebbb8f1

View file

@ -5,6 +5,7 @@ class Ext2fuseMac < Formula
homepage "https://sourceforge.net/projects/ext2fuse"
url "https://downloads.sourceforge.net/project/ext2fuse/ext2fuse/0.8.1/ext2fuse-src-0.8.1.tar.gz"
sha256 "431035797b2783216ec74b6aad5c721b4bffb75d2174967266ee49f0a3466cd9"
license "GPL-2.0-or-later"
bottle do
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/ext2fuse-mac-0.8.1"
@ -27,8 +28,7 @@ class Ext2fuseMac < Formula
"-D__FreeBSD__=10 -DENABLE_SWAPFS -I/usr/local/include/fuse "
ENV.append "CFLAGS", "--std=gnu89" if ENV.compiler == :clang
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "./configure", *std_configure_args
system "make", "install"
end