projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125547e
)
package/iwd: disable man pages
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 23 Oct 2019 18:09:19 +0000
(20:09 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 23 Oct 2019 19:40:15 +0000
(21:40 +0200)
Fixes:
- http://autobuild.buildroot.org/results/
3f68bad231b18485871f24175001e1525501f35d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iwd/iwd.mk
patch
|
blob
|
history
diff --git
a/package/iwd/iwd.mk
b/package/iwd/iwd.mk
index b172d94fc66e339955f7155d110c128cacb04883..40ee06ba6ff709187060727c1afd290266f78f8a 100644
(file)
--- a/
package/iwd/iwd.mk
+++ b/
package/iwd/iwd.mk
@@
-12,7
+12,9
@@
IWD_LICENSE_FILES = COPYING
# sources from git, no configure script provided
IWD_AUTORECONF = YES
-IWD_CONF_OPTS = --enable-external-ell
+IWD_CONF_OPTS = \
+ --disable-manual-pages \
+ --enable-external-ell
IWD_DEPENDENCIES = ell
# autoreconf requires an existing build-aux directory