[geoclue/f15/master] Make sure gpsd support is explicitly disabled

Daniel Williams dcbw at fedoraproject.org
Thu Mar 24 21:55:40 UTC 2011


commit fd677505e254712974fdf0991c7a4b172f8beec7
Author: Dan Williams <dcbw at redhat.com>
Date:   Thu Mar 24 16:56:18 2011 -0500

    Make sure gpsd support is explicitly disabled
    
    Otherwise locally it can get turned on by the autodetection.

 geoclue.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geoclue.spec b/geoclue.spec
index 30feda0..5494bbe 100644
--- a/geoclue.spec
+++ b/geoclue.spec
@@ -91,7 +91,7 @@ gtkdocize
 autoreconf
 
 %build
-%configure --disable-static --enable-gtk-doc --enable-networkmanager=yes --enable-gypsy=yes --enable-skyhook=yes --enable-gsmloc=yes
+%configure --disable-static --enable-gtk-doc --enable-networkmanager=yes --enable-gypsy=yes --enable-skyhook=yes --enable-gsmloc=yes --enable-gpsd=no
 make %{?_smp_mflags} V=1
 
 %install


More information about the scm-commits mailing list