diff options
| author | Jack Nagel | 2014-09-11 21:30:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-11 21:30:12 -0500 |
| commit | 17b650bded8e9fa4e55770922ddac441a9025941 (patch) | |
| tree | 8a1aa294be0510381461c879ff49781bc310bc6e /Library/Formula | |
| parent | a4c167216064f658dcc8289916d6b3b6ed257ef7 (diff) | |
| download | homebrew-17b650bded8e9fa4e55770922ddac441a9025941.tar.bz2 | |
pktanon: remove unused configure switch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pktanon.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pktanon.rb b/Library/Formula/pktanon.rb index 57ce5a5d9..1f0cc55e9 100644 --- a/Library/Formula/pktanon.rb +++ b/Library/Formula/pktanon.rb @@ -29,8 +29,7 @@ class Pktanon < Formula # include the boost system library to resolve compilation errors ENV["LIBS"] = "-lboost_system-mt" - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "install" end end |
