Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Mon, 09 Jul 2012 22:45:38
Message-Id: 1341872699.f867c2a849db0a0206da82eb005abc2198a3eb70.sping@gentoo
1 commit: f867c2a849db0a0206da82eb005abc2198a3eb70
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Mon Jul 9 22:24:59 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 22:24:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=f867c2a8
7
8 FUSE: Remove invalid configure option --disable-kernel-module
9
10 ---
11 gen_compile.sh | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gen_compile.sh b/gen_compile.sh
15 index 3344dc4..f1c7405 100755
16 --- a/gen_compile.sh
17 +++ b/gen_compile.sh
18 @@ -578,7 +578,7 @@ compile_fuse() {
19 cd "${FUSE_DIR}"
20 apply_patches fuse ${FUSE_VER}
21 print_info 1 'fuse: >> Configuring...'
22 - ./configure --disable-kernel-module --disable-example >> ${LOGFILE} 2>&1 ||
23 + ./configure --disable-example >> ${LOGFILE} 2>&1 ||
24 gen_die 'Configuring fuse failed!'
25 print_info 1 'fuse: >> Compiling...'
26 MAKE=${UTILS_MAKE} compile_generic "" ""