From 9e278dcac026f11028936f04174cb1a042fd8903 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sat, 19 Dec 2009 12:07:53 +0100 Subject: [PATCH] kexec: use ${C,LD}FLAGS Signed-off-by: Marc Andre Tanner --- sources/sections/kexec-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sections/kexec-tools.sh b/sources/sections/kexec-tools.sh index aafb40b..ddb2682 100644 --- a/sources/sections/kexec-tools.sh +++ b/sources/sections/kexec-tools.sh @@ -2,7 +2,7 @@ setupfor kexec-tools [ ! -e ./configure ] && ./bootstrap -./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \ +LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \ --exec-prefix=/usr && make && -- 2.11.4.GIT