# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2
+ 13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
+ Add -L line into LIB= in Makefile
+
13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
Unpack fuse source and modify CFLAGS for 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 "" ""