From: Sebastian Pipping Date: Tue, 11 Jan 2011 15:17:55 +0000 (+0100) Subject: Use LDFLAGS= instead of --with-ldopts on ./configure of e2fsprogs. Version 1.41... X-Git-Tag: v3.4.11~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd18912193862212586ad73141f61829f70dbf3e;p=genkernel.git Use LDFLAGS= instead of --with-ldopts on ./configure of e2fsprogs. Version 1.41.14 of e2fsprogs itself requests that update. --- diff --git a/gen_compile.sh b/gen_compile.sh index 1a59dff..f540a2f 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -536,7 +536,7 @@ compile_e2fsprogs() { gen_die "e2fsprogs directory ${E2FSPROGS_DIR} invalid" cd "${E2FSPROGS_DIR}" print_info 1 'e2fsprogs: >> Configuring...' - ./configure --with-ldopts=-static >> ${LOGFILE} 2>&1 || + LDFLAGS=-static ./configure >> ${LOGFILE} 2>&1 || gen_die 'Configuring e2fsprogs failed!' print_info 1 'e2fsprogs: >> Compiling...' MAKE=${UTILS_MAKE} compile_generic "" ""