Browse Source

module-init-tools: don't build documentation

We don't have docbook2man in buildroot, and the build breaks if you
have it on the host, but in an incompatible version (like on my machine).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 years ago
parent
commit
503f8c041d
2 changed files with 5 additions and 2 deletions
  1. 3 2
      CHANGES
  2. 2 0
      package/module-init-tools/module-init-tools.mk

+ 3 - 2
CHANGES

@@ -15,8 +15,9 @@
 
 	Updated/fixed packages: busybox, cdrkit, file, gawk,
 	gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
-	lmbench, lrzsz, ncurses, netperf, ntfsprogs, openssl, php, qt,
-	sqlite, squashfs, tn5250, usbutils, xkeyboard-config
+	lmbench, lrzsz, ncurses, module-init-tools, netperf,
+	ntfsprogs, openssl, php, qt, sqlite, squashfs, tn5250,
+	usbutils, xkeyboard-config
 
 	Removed packages: modutils
 

+ 2 - 0
package/module-init-tools/module-init-tools.mk

@@ -6,6 +6,7 @@
 MODULE_INIT_TOOLS_VERSION=3.11
 MODULE_INIT_TOOLS_SOURCE=module-init-tools-$(MODULE_INIT_TOOLS_VERSION).tar.bz2
 MODULE_INIT_TOOLS_SITE=$(BR2_KERNEL_MIRROR)/linux/utils/kernel/module-init-tools/
+MODULE_INIT_TOOLS_CONF_ENV = ac_cv_prog_DOCBOOKTOMAN=''
 MODULE_INIT_TOOLS_CONF_OPT = \
 	--disable-static-utils \
 	--disable-builddir \
@@ -15,6 +16,7 @@ MODULE_INIT_TOOLS_CONF_OPT = \
 # configure.ac and Makefile.am
 MODULE_INIT_TOOLS_AUTORECONF=YES
 HOST_MODULE_INIT_TOOLS_AUTORECONF=YES
+HOST_MODULE_INIT_TOOLS_CONF_ENV = ac_cv_prog_DOCBOOKTOMAN=''
 
 $(eval $(call AUTOTARGETS,package,module-init-tools))
 $(eval $(call AUTOTARGETS,package,module-init-tools,host))