From: agaffney Date: Thu, 13 Nov 2008 04:10:16 +0000 (-0600) Subject: another try at compiling unionfs-fuse X-Git-Tag: v3.4.10.902~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae13781bcf4171179c6cd5e1112d1d79dcd0c076;p=genkernel.git another try at compiling unionfs-fuse --- diff --git a/gen_compile.sh b/gen_compile.sh index cd59176..1cd854a 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -547,7 +547,7 @@ compile_fuse() { gen_die 'Could not create fuse bincache!' cd "${TEMP}" - rm -rf "${FUSE_DIR}" > /dev/null +# rm -rf "${FUSE_DIR}" > /dev/null fi } @@ -562,12 +562,12 @@ compile_unionfs_fuse() { [ ! -d "${UNIONFS_FUSE_DIR}" ] && gen_die "unionfs-fuse directory ${UNIONFS_FUSE_DIR} invalid" cd "${UNIONFS_FUSE_DIR}" - mkdir "fuse_tmp" - cd "fuse_tmp" - tar -zxpf "${FUSE_SRCTAR}" - cd .. +# mkdir "fuse_tmp" +# cd "fuse_tmp" +# tar -zxpf "${FUSE_SRCTAR}" +# cd .. print_info 1 'unionfs-fuse: >> Compiling...' - sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -Ifuse_tmp/${FUSE_DIR}/include:" Makefile src/Makefile + sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -I${TEMP}/${FUSE_DIR}/include -L${TEMP}/${FUSE_DIR}/lib/.libs:" Makefile src/Makefile cat Makefile src/Makefile bash MAKE=${UTILS_MAKE} compile_generic "" ""