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

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +3 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 471-484 Link Here
471
	fi
471
	fi
472
fi
472
fi
473
473
474
if test "X$cross_compiling" = "Xno"; then
474
CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-""}
475
	CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-"$CPPFLAGS"}
475
LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-""}
476
	LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-'$(LDFLAGS)'}
477
else
478
	CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-""}
479
	LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-""}
480
fi
481
482
test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g"
476
test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g"
483
477
484
AC_SUBST(CFLAGS)
478
AC_SUBST(CFLAGS)

Return to bug 378941