git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7acc569
)
utils/gpsd: Set manbuild=no for build (disable building help/html documentation)
author
David Thornley
<redacted>
Tue, 2 May 2017 00:38:31 +0000
(10:38 +1000)
committer
David Thornley
<redacted>
Tue, 2 May 2017 00:38:31 +0000
(10:38 +1000)
This removes unnecessary dependancy on xmlto which can be problematic on macOS build environment.
Signed-off-by: David Thornley <redacted>
utils/gpsd/Makefile
patch
|
blob
|
history
diff --git
a/utils/gpsd/Makefile
b/utils/gpsd/Makefile
index fb1ff1cb78da67883bb52a295dae581d170a4921..6edb8724d3a6a91ada600ab9ee484c0c6e940094 100644
(file)
--- a/
utils/gpsd/Makefile
+++ b/
utils/gpsd/Makefile
@@
-102,6
+102,7
@@
SCONS_OPTIONS += \
python=no \
implicit_link=no \
chrpath=no \
+ manbuild=no \
target="$(TARGET_CROSS:-=)"
define Build/InstallDev
git clone https://git.99rst.org/PROJECT