From a4c6f2cb7774ebb80ac59e41fe4f81d465cd7d0e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 21 Aug 2014 18:02:48 -0700 Subject: 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 --- Library/Formula/gpsd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3