aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/gpsd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpsd.rb b/Library/Formula/gpsd.rb
index bf9078eda..6cee29d01 100644
--- a/Library/Formula/gpsd.rb
+++ b/Library/Formula/gpsd.rb
@@ -14,7 +14,7 @@ class Gpsd < Formula
end
def install
- scons "chrpath=False", "python=False", "strip=False", "shared=False", "prefix=#{prefix}/"
+ scons "chrpath=False", "python=False", "strip=False", "prefix=#{prefix}/"
scons "install"
end
end