From 4e38e4d39b988097e5322350d1f007984b101de3 Mon Sep 17 00:00:00 2001 From: agaffney Date: Wed, 12 Nov 2008 22:25:22 -0600 Subject: Add -L line into LIB= in Makefile --- gen_compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'gen_compile.sh') diff --git a/gen_compile.sh b/gen_compile.sh index 1cd854a..87cc28e 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -568,6 +568,7 @@ compile_unionfs_fuse() { # cd .. print_info 1 'unionfs-fuse: >> Compiling...' sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -I${TEMP}/${FUSE_DIR}/include -L${TEMP}/${FUSE_DIR}/lib/.libs:" Makefile src/Makefile + sed -i "/^LIB = /s:^LIB = \(.*\)$:LIB = -L${TEMP}/${FUSE_DIR}/lib/.libs \1:" Makefile src/Makefile cat Makefile src/Makefile bash MAKE=${UTILS_MAKE} compile_generic "" "" -- cgit v1.2.3-65-gdbad