diff options
| author | Dominyk Tiller | 2014-12-07 21:21:57 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-12-11 14:44:46 -0500 |
| commit | a1cc148b3ca4e734055820cf83286b51caca48bc (patch) | |
| tree | 6e4b2a12ba1c6e38d0b04390ed2284f9c72caa81 /Library/Formula/spdylay.rb | |
| parent | a9bc265793708de849008041f32eb0326cfcd4e0 (diff) | |
| download | homebrew-a1cc148b3ca4e734055820cf83286b51caca48bc.tar.bz2 | |
zlib & sqlite3: pkgconfig support
native pkg-config support for zlib and sqlite to elimate the need
to pass flags to configure or make stages in formulae.
Closes #34765.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/spdylay.rb')
| -rw-r--r-- | Library/Formula/spdylay.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb index 824e10618..b28a90734 100644 --- a/Library/Formula/spdylay.rb +++ b/Library/Formula/spdylay.rb @@ -25,9 +25,6 @@ class Spdylay < Formula system "automake" system "autoconf" - ENV["ZLIB_CFLAGS"] = "-I/usr/include" - ENV["ZLIB_LIBS"] = "-L/usr/lib -lz" - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "install" |
