lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 127e1c4856431fc246b17f88ce5431ab6d4b09d8
parent 7069b07a1218a0cae317b360bba2cba1a83dd447
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Thu, 19 Nov 2015 22:16:25 +0100

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>

Diffstat:
Mutils/gpsd/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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