From: Hauke Mehrtens Date: Thu, 19 Nov 2015 21:16:25 +0000 (+0100) Subject: gpsd: do not strip gpsd X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=127e1c4856431fc246b17f88ce5431ab6d4b09d8;p=openwrt-packages.git 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 --- diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index df67cf896..2351f71ec 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -97,7 +97,7 @@ SCONS_OPTIONS += \ libgpsmm=no \ libQgpsmm=no \ bluez=no \ - strip=no \ + nostrip=yes \ python=no \ implicit_link=no \ chrpath=no