mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
bindfs-mac 1.18.0
Closes #118. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
9c39b158c5
commit
db13a3b43c
1 changed files with 4 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ require_relative "../require/macfuse"
|
||||||
class BindfsMac < Formula
|
class BindfsMac < Formula
|
||||||
desc "FUSE file system for mounting to another location"
|
desc "FUSE file system for mounting to another location"
|
||||||
homepage "https://bindfs.org/"
|
homepage "https://bindfs.org/"
|
||||||
url "https://bindfs.org/downloads/bindfs-1.17.7.tar.gz"
|
url "https://bindfs.org/downloads/bindfs-1.18.0.tar.gz"
|
||||||
sha256 "c0b060e94c3a231a1d4aa0bcf266ff189981a4ef38e42fbe23296a7d81719b7a"
|
sha256 "46fcf95b871109265e93cd42e5ae282c722716488ad9f0da1e1f98535be37f7a"
|
||||||
license "GPL-2.0-or-later"
|
license "GPL-2.0-or-later"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
@ -27,6 +27,8 @@ class BindfsMac < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
setup_fuse
|
setup_fuse
|
||||||
|
# https://github.com/mpartel/bindfs/issues/163#issuecomment-2854763292
|
||||||
|
ENV.append "CFLAGS", "-D_DARWIN_C_SOURCE"
|
||||||
configure = build.head? ? "./autogen.sh" : "./configure"
|
configure = build.head? ? "./autogen.sh" : "./configure"
|
||||||
system configure, "--disable-macos-fs-link", *std_configure_args
|
system configure, "--disable-macos-fs-link", *std_configure_args
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue