Add missing commands required for building.

This commit is contained in:
Oliver Tappe
2014-03-05 21:49:40 +00:00
parent 9a7dded5df
commit ba743fa244

View File

@@ -35,10 +35,13 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:autoreconf
cmd:awk
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:xargs
"
SOURCE_DIR="pkg-config-0.27.1"