From: Alexander Ryzhov Date: Tue, 29 Dec 2015 06:48:01 +0000 (-0500) Subject: gpsd: respect LDFLAGS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ea3cdae6d27dd7a8a272b08ba303a95c92908759;p=openwrt-packages.git gpsd: respect LDFLAGS Signed-off-by: Alexander Ryzhov --- 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 \