commit ea3cdae6d27dd7a8a272b08ba303a95c92908759
parent d8bd4dcac76d79b5cb37ccec43ecf081cf9bbfaa
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date: Tue, 29 Dec 2015 01:48:01 -0500
gpsd: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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 \