Add missing ${C,LD}FLAGS to various package builds
[qi-bootmenu-system/guyou.git] / sources / sections / kexec-tools.sh
blobaafb40bd21658d2330f234c63636658d8c83525b
1 setupfor kexec-tools
3 [ ! -e ./configure ] && ./bootstrap
5 ./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