From 127e1c4856431fc246b17f88ce5431ab6d4b09d8 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 19 Nov 2015 22:16:25 +0100 Subject: [PATCH] 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 --- utils/gpsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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