projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51dcb15
)
FUSE: Remove invalid configure option --disable-kernel-module
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 9 Jul 2012 22:24:59 +0000
(
00:24
+0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 9 Jul 2012 22:24:59 +0000
(
00:24
+0200)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 3344dc44fbe573657770cc4ad21ccba78e6026a5..f1c7405bab9ca580c0d46832f94d89c0b6efc548 100755
(executable)
--- 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 "" ""