added missing cmd:find and cmd:xargs to binutils 2.17 recipe

This commit is contained in:
Yourself
2014-12-04 21:55:24 +00:00
parent 9e674825be
commit a8600b3f7a

View File

@@ -41,6 +41,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:autoconf
cmd:find
cmd:flex
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -48,6 +49,7 @@ BUILD_PREREQUIRES="
cmd:makeinfo
cmd:sed
cmd:tar
cmd:xargs
"
SOURCE_DIR="binutils-$portVersion/legacy/binutils"