ppl: needs m4 to build in chroot.

This commit is contained in:
Juan RP 2011-07-07 17:43:22 +02:00
parent 8efad75b04
commit d8b8f04719

View File

@ -30,3 +30,7 @@ Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run gmp
Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build m4
fi