aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-26 15:19:32 -0500
committerJack Nagel2013-07-26 15:19:32 -0500
commit85fb5be5ac75498fad1d1cc7ed39e193b9abf180 (patch)
treef02a8760e93aef5b2bb6e79accb07ad88d079329 /Library
parent5da4919f932f7cc9481f17271a0f0a6a9f048ef0 (diff)
downloadhomebrew-85fb5be5ac75498fad1d1cc7ed39e193b9abf180.tar.bz2
Revert "serf: pass build variables"
This reverts commit 8d2d939ae20e5e2bcced909673bd11a9b454d920.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/serf.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/serf.rb b/Library/Formula/serf.rb
index 4fb3e7545..1093f7a2c 100644
--- a/Library/Formula/serf.rb
+++ b/Library/Formula/serf.rb
@@ -13,8 +13,7 @@ class Serf < Formula
def install
ENV.universal_binary if build.universal?
- system "scons", "PREFIX=#{prefix}", "CC=#{ENV.cc}",
- "CFLAGS=#{ENV.cflags}", "LINKFLAGS=#{ENV.ldflags}", "CPPFLAGS=#{ENV.cppflags}"
+ system "scons", "PREFIX=#{prefix}"
system "scons install"
end
end