From: Sebastian Pipping Date: Mon, 9 Jul 2012 22:24:59 +0000 (+0200) Subject: FUSE: Remove invalid configure option --disable-kernel-module X-Git-Tag: v3.4.38~2^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f867c2a849db0a0206da82eb005abc2198a3eb70;p=genkernel.git FUSE: Remove invalid configure option --disable-kernel-module --- diff --git a/gen_compile.sh b/gen_compile.sh index 3344dc4..f1c7405 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -578,7 +578,7 @@ compile_fuse() { cd "${FUSE_DIR}" apply_patches fuse ${FUSE_VER} print_info 1 'fuse: >> Configuring...' - ./configure --disable-kernel-module --disable-example >> ${LOGFILE} 2>&1 || + ./configure --disable-example >> ${LOGFILE} 2>&1 || gen_die 'Configuring fuse failed!' print_info 1 'fuse: >> Compiling...' MAKE=${UTILS_MAKE} compile_generic "" ""