Browse Source

gpsd: respect LDFLAGS

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 9 years ago
parent
commit
ea3cdae6d2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/gpsd/Makefile

+ 3
- 0
utils/gpsd/Makefile 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 \


Loading…
Cancel
Save