diff options
| author | Shaun Jackman | 2015-03-05 14:02:26 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-07 16:37:48 +0000 |
| commit | 314c9c80f11e070c0bf938ab6c9d968a6e6a7056 (patch) | |
| tree | 3cca6a83237c45cf0991cd7d005adaf832464bd1 /Library | |
| parent | bf5753aa2dba2f7a5932f4f8b278f509a03a2671 (diff) | |
| download | homebrew-314c9c80f11e070c0bf938ab6c9d968a6e6a7056.tar.bz2 | |
libmagic: install the static library
The static library is required by homebrew/science/sratoolkit
Closes #37429.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmagic.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libmagic.rb b/Library/Formula/libmagic.rb index 8427d140e..3946bec48 100644 --- a/Library/Formula/libmagic.rb +++ b/Library/Formula/libmagic.rb @@ -22,7 +22,8 @@ class Libmagic < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--enable-fsect-man5" + "--enable-fsect-man5", + "--enable-static" system "make", "install" if build.with? "python" |
