gpsd: respect LDFLAGS 2198/head
authorAlexander Ryzhov <github@ryzhov-al.ru>
Tue, 29 Dec 2015 06:48:01 +0000 (01:48 -0500)
committerAlexander Ryzhov <github@ryzhov-al.ru>
Tue, 29 Dec 2015 06:50:27 +0000 (01:50 -0500)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
utils/gpsd/Makefile

index 2351f71ec70b7efef253da84d68baa02e820d1f6..0a6ef374cde7b7fe02d6006564e831b98a1c51fe 100644 (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 \