Merge pull request #2198 from ryzhovau/gpsd_ldflags
gpsd: respect LDFLAGS
This commit is contained in:
commit
72fb23b1be
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ define Package/libgps/description
|
||||||
This package contains the libgps library.
|
This package contains the libgps library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
SCONS_VARS += \
|
||||||
|
LINKFLAGS="$(TARGET_LDFLAGS)"
|
||||||
|
|
||||||
SCONS_OPTIONS += \
|
SCONS_OPTIONS += \
|
||||||
dbus_export=no \
|
dbus_export=no \
|
||||||
tsip=no \
|
tsip=no \
|
||||||
|
|
Loading…
Reference in a new issue