瀏覽代碼

package/iwd: disable man pages

Fixes:
 - http://autobuild.buildroot.org/results/3f68bad231b18485871f24175001e1525501f35d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 5 年之前
父節點
當前提交
c62ecaf13e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      package/iwd/iwd.mk

+ 3 - 1
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