|
|
|
@ -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 "" ""
|
|
|
|
@ -616,7 +616,7 @@ compile_unionfs_fuse() {
|
|
|
|
|
apply_patches unionfs-fuse ${UNIONFS_FUSE_VER}
|
|
|
|
|
print_info 1 'unionfs-fuse: >> Compiling...'
|
|
|
|
|
sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -static -I${TEMP}/${FUSE_DIR}/include -L${TEMP}/${FUSE_DIR}/lib/.libs:" Makefile src/Makefile
|
|
|
|
|
sed -i "/^LIB = /s:^LIB = \(.*\)$:LIB = -static -L${TEMP}/${FUSE_DIR}/lib/.libs \1 -ldl -lrt:" Makefile src/Makefile
|
|
|
|
|
sed -i "/^LIB = /s:^LIB = \(.*\)$:LIB = -static -L${TEMP}/${FUSE_DIR}/lib/.libs \1 -ldl -lpthread -lrt:" Makefile src/Makefile
|
|
|
|
|
MAKE=${UTILS_MAKE} compile_generic "" ""
|
|
|
|
|
print_info 1 'unionfs-fuse: >> Copying to cache...'
|
|
|
|
|
[ -f "${TEMP}/${UNIONFS_FUSE_DIR}/src/unionfs" ] ||
|
|
|
|
|