From: Daniel Kriesten <[email protected]>

Signed-off-by: Daniel Kriesten <[email protected]>
---
 rules/gpsd.make |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/gpsd.make b/rules/gpsd.make
index 8d307e8..b2e1fac 100644
--- a/rules/gpsd.make
+++ b/rules/gpsd.make
@@ -76,8 +76,8 @@ else
 GPSD_AUTOCONF += --disable-pps-on-cts
 endif
 
-ifneq ($(call remove_quotes,$(PTXCONF_GPSD_DRIVER_USER)),)
-GPSD_AUTOCONF += --enable-gpsd-user=$(PTXCONF_GPSD_DRIVER_USER)
+ifneq ($(call remove_quotes,$(PTXCONF_GPSD_USER)),)
+GPSD_AUTOCONF += --enable-gpsd-user=$(PTXCONF_GPSD_USER)
 endif
 ifneq ($(call remove_quotes,$(PTXCONF_GPSD_FIXED_PORT_SPEED)),)
 GPSD_AUTOCONF += --enable-fixed-port-speed=$(PTXCONF_GPSD_FIXED_PORT_SPEED)
-- 
1.7.3.4


-- 
ptxdist mailing list
[email protected]

Reply via email to