stress: disable documentation
authorArnout Vandecappelle <arnout@mind.be>
Wed, 23 Oct 2013 23:43:22 +0000 (01:43 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 24 Oct 2013 06:39:28 +0000 (08:39 +0200)
It fails to build with my makeinfo version. Note that the autobuilders don't
see this, probably because they don't have makeinfo installed.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/stress/stress.mk

index 63efb66f5b13c89ad511867198ff6cc29a378adb..b0580310fb4b39be50e3b76fcd0e366145aa4d90 100644 (file)
@@ -17,7 +17,10 @@ STRESS_AUTORECONF = YES
 #
 # If the BR2_PREFER_STATIC_LIB is not defined, we have to specify
 # --disable-static explicitly to get stress linked dynamically.
+#
+# Also, disable documentation by undefining makeinfo
 STRESS_CONF_OPT = \
-       $(if $(BR2_PREFER_STATIC_LIB),,--disable-static)
+       $(if $(BR2_PREFER_STATIC_LIB),,--disable-static) \
+       MAKEINFO=:
 
 $(eval $(autotools-package))