Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331971 | Differences between
and this patch

Collapse All | Expand All

(-)a/gen_compile.sh (-1 / +2 lines)
Lines 536-542 compile_e2fsprogs() { Link Here
536
			gen_die "e2fsprogs directory ${E2FSPROGS_DIR} invalid"
536
			gen_die "e2fsprogs directory ${E2FSPROGS_DIR} invalid"
537
		cd "${E2FSPROGS_DIR}"
537
		cd "${E2FSPROGS_DIR}"
538
		print_info 1 'e2fsprogs: >> Configuring...'
538
		print_info 1 'e2fsprogs: >> Configuring...'
539
		./configure  --with-ldopts=-static >> ${LOGFILE} 2>&1 ||
539
		LDFLAGS="-static" \
540
			./configure >> ${LOGFILE} 2>&1 ||
540
			gen_die 'Configuring e2fsprogs failed!'
541
			gen_die 'Configuring e2fsprogs failed!'
541
		print_info 1 'e2fsprogs: >> Compiling...'
542
		print_info 1 'e2fsprogs: >> Compiling...'
542
		MAKE=${UTILS_MAKE} compile_generic "" ""
543
		MAKE=${UTILS_MAKE} compile_generic "" ""

Return to bug 331971