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>
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 += \
97 97
 	libgpsmm=no \
98 98
 	libQgpsmm=no \
99 99
 	bluez=no \
100
-	strip=no \
100
+	nostrip=yes \
101 101
 	python=no \
102 102
 	implicit_link=no \
103 103
 	chrpath=no