diff options
| author | Shaun Jackman | 2014-09-11 21:01:59 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-09-11 21:01:59 -0500 | 
| commit | a79a43ca173d2a552431a2a49d478299ac7d0b3d (patch) | |
| tree | 6fb131e927f24b2643f7a4a02beaa2a9dac58c5c | |
| parent | 8778d479b035a9e8607a9da1e18b70876fcce6fd (diff) | |
| download | homebrew-a79a43ca173d2a552431a2a49d478299ac7d0b3d.tar.bz2 | |
ossp-uuid: Remove --disable-debug to build dylib
--disable-debug also disables shared libraries
Closes #32246.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ossp-uuid.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Formula/ossp-uuid.rb b/Library/Formula/ossp-uuid.rb index 496bcd1bf..22cd1ef30 100644 --- a/Library/Formula/ossp-uuid.rb +++ b/Library/Formula/ossp-uuid.rb @@ -27,8 +27,7 @@ class OsspUuid < Formula        ENV.append %w[CFLAGS LDFLAGS], "-arch #{Hardware::CPU.arch_32_bit}"      end -    system "./configure", "--disable-debug", -                          "--prefix=#{prefix}", +    system "./configure", "--prefix=#{prefix}",                            "--without-perl",                            "--without-php",                            "--without-pgsql" | 
