diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index 2351f71ec..0a6ef374c 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -83,6 +83,9 @@ define Package/libgps/description This package contains the libgps library. endef +SCONS_VARS += \ + LINKFLAGS="$(TARGET_LDFLAGS)" + SCONS_OPTIONS += \ dbus_export=no \ tsip=no \