aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ntfs-3g.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb
index d58a482b6..371fff356 100644
--- a/Library/Formula/ntfs-3g.rb
+++ b/Library/Formula/ntfs-3g.rb
@@ -25,8 +25,8 @@ class Ntfs3g < Formula
"--prefix=#{prefix}",
"--exec-prefix=#{prefix}",
"--mandir=#{man}",
- "--disable-library",
"--with-fuse=external"]
+
system "./configure", *args
system "make"
system "make install"