Merge pull request #2198 from ryzhovau/gpsd_ldflags

gpsd: respect LDFLAGS
This commit is contained in:
champtar
2016-04-10 12:05:07 +02:00

View File

@@ -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 \