gpsd: respect LDFLAGS

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov 2015-12-29 01:48:01 -05:00
parent d8bd4dcac7
commit ea3cdae6d2
1 changed files with 3 additions and 0 deletions

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 \