diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-10-27 22:54:15 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-27 22:59:15 +0200 |
| commit | c0deed8eed0a4e4cd0380b7bcaa54d0056f6df46 (patch) | |
| tree | 2e9eed4824bbdedb22ddafc2a3a0503405f80d8c | |
| parent | 170723fd576780e92c3d88f8785f940cfa74ccc6 (diff) | |
| download | buildroot-c0deed8eed0a4e4cd0380b7bcaa54d0056f6df46.tar.gz buildroot-c0deed8eed0a4e4cd0380b7bcaa54d0056f6df46.zip | |
gpsd: disable documentation
Fixes:
- http://autobuild.buildroot.org/results/cbdb4cc34080714082f044fde7e069e6ab5a0e8e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/gpsd/gpsd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index b8eea8bf24..ade2d2a163 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -19,6 +19,7 @@ GPSD_SCONS_ENV = $(TARGET_CONFIGURE_OPTS) GPSD_SCONS_OPTS = \ arch=$(ARCH)\ + manbuild=no \ prefix=/usr\ sysroot=$(STAGING_DIR)\ strip=no\ |

