grep: depends on libiconv

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-06 08:49:37 +01:00
parent dc3be1d1ec
commit 635b01ccef
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@
. config/options $1
export LIBS="-liconv"
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/grep/"
PKG_URL="ftp://sunsite.cnlab-switch.ch/mirror/gnu/grep/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="pcre"
PKG_BUILD_DEPENDS="toolchain pcre"
PKG_DEPENDS="libiconv pcre"
PKG_BUILD_DEPENDS="toolchain libiconv pcre"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="grep: This is GNU grep, the fastest grep in the west"