projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7069b07
)
gpsd: do not strip gpsd
1994/head
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 19 Nov 2015 21:16:25 +0000
(22:16 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 19 Nov 2015 21:16:25 +0000
(22:16 +0100)
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>
utils/gpsd/Makefile
patch
|
blob
|
history
diff --git
a/utils/gpsd/Makefile
b/utils/gpsd/Makefile
index df67cf896f5cba656231f48e3af66fcfeb10f997..2351f71ec70b7efef253da84d68baa02e820d1f6 100644
(file)
--- 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