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>
This commit is contained in:
parent
7069b07a12
commit
127e1c4856
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ SCONS_OPTIONS += \
|
||||||
libgpsmm=no \
|
libgpsmm=no \
|
||||||
libQgpsmm=no \
|
libQgpsmm=no \
|
||||||
bluez=no \
|
bluez=no \
|
||||||
strip=no \
|
nostrip=yes \
|
||||||
python=no \
|
python=no \
|
||||||
implicit_link=no \
|
implicit_link=no \
|
||||||
chrpath=no
|
chrpath=no
|
||||||
|
|
Loading…
Reference in a new issue