2015-04-06 12:32:39 +02:00
|
|
|
configure: do not build doc
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
http://autobuild.buildroot.org/results/2ec/2ecfb1143ba89ffa5cdc8096bb175b2c396c4670/
|
|
|
|
http://autobuild.buildroot.org/results/c49/c497fc446140694084922d51fe6be308ce5c1c1a/
|
|
|
|
http://autobuild.buildroot.org/results/434/434b156b5c9b5c7b65ffe6174cf4e029e7e3ffd8/
|
|
|
|
|
|
|
|
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
|
|
|
|
2015-10-27 13:57:16 +01:00
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
|
index 344b27a71a35..41b6ea89167a 100644
|
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
@@ -56,7 +56,7 @@ LIB_DIR="/usr/lib"
|
2015-04-06 12:32:39 +02:00
|
|
|
isredhat=0
|
|
|
|
init_scripts="scripts/ipmi_port.sh scripts/ipmiutil_evt scripts/ipmiutil_asy scripts/ipmiutil_wdt"
|
|
|
|
projdir=`pwd`
|
|
|
|
-SUBDIR_S="doc scripts lib util"
|
|
|
|
+SUBDIR_S="scripts lib util"
|
|
|
|
os=Linux
|
|
|
|
|
|
|
|
# ltmain.sh, config.sub, et al should have been created, but check to be sure.
|
2015-10-27 13:57:16 +01:00
|
|
|
@@ -162,7 +162,7 @@ AC_ARG_ENABLE([standalone],
|
2015-04-06 12:32:39 +02:00
|
|
|
LANPLUS_SAM="no"
|
|
|
|
LD_SAMX=""
|
|
|
|
CFLAGS="-O2"
|
|
|
|
- SUBDIR_S="doc scripts util"
|
|
|
|
+ SUBDIR_S="scripts util"
|
|
|
|
if test "x$cross_compiling" = "xyes"; then
|
|
|
|
# cross-compiling, so link with -static (e.g. Android ARM)
|
|
|
|
CROSS_LFLAGS="-static"
|