kexec: use ${C,LD}FLAGS
[qi-bootmenu-system/guyou.git] / sources / sections / kexec-tools.sh
blobddb2682a27e4714c62f3083e84721502435e6339
1 setupfor kexec-tools
3 [ ! -e ./configure ] && ./bootstrap
5 LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \
6 --exec-prefix=/usr &&
7 make &&
9 cp build/sbin/kexec "$ROOT_DIR/sbin" || dienow
11 cleanup kexec-tools