From b59e62086df523876b9acbfb74a2d5e05a07bfc7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 10 Jul 2012 00:42:30 +0200 Subject: [PATCH] Fix linking of unionfs-fuse 0.24 --- ChangeLog | 3 +++ gen_compile.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2752e7d..289e9fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 09 Jul 2012; Sebastian Pipping gen_compile.sh: + Fix linking of unionfs-fuse 0.24 + 09 Jul 2012; Sebastian Pipping patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411) diff --git a/gen_compile.sh b/gen_compile.sh index f1c7405..cbd3432 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -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" ] || -- 2.26.2