diff options
| author | Andrey Smirnov | 2014-08-21 18:02:48 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-30 11:42:42 -0500 |
| commit | a4c6f2cb7774ebb80ac59e41fe4f81d465cd7d0e (patch) | |
| tree | d4f83baff53a3bf921ad57dfec292d8735858dd1 /Library/Formula/gpsd.rb | |
| parent | 79472da86353526f3eec4a1236aef0e9bb9f9d01 (diff) | |
| download | homebrew-a4c6f2cb7774ebb80ac59e41fe4f81d465cd7d0e.tar.bz2 | |
gpsd: Build and install libgps by default
Pervious configuration of the formula installed static version of
libgps, which made it impossible to use any non-C bindings to that
library.
Closes #31780.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gpsd.rb')
| -rw-r--r-- | Library/Formula/gpsd.rb | 2 |
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 |
