mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
grep: depends on libiconv
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dc3be1d1ec
commit
635b01ccef
@ -22,6 +22,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
export LIBS="-liconv"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user