Browse Source

gpsd: do not strip gpsd

The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
lilik-openwrt-22.03
Hauke Mehrtens 9 years ago
parent
commit
127e1c4856
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gpsd/Makefile

+ 1
- 1
utils/gpsd/Makefile View File

@ -97,7 +97,7 @@ SCONS_OPTIONS += \
libgpsmm=no \
libQgpsmm=no \
bluez=no \
strip=no \
nostrip=yes \
python=no \
implicit_link=no \
chrpath=no


Loading…
Cancel
Save