myconf="--with-x86emu"
fi
# -fstack-protector doesn't agree with linking against klibc
filter-flags -fstack-protector
./configure --with-klibc $(use_with debug) ${myconf}
make KDIR=${KV_DIR} || die
}