mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
libiconv:
- remove package libiconv (replaced by eglibc iconv implementation)
This commit is contained in:
parent
33071e6823
commit
81aba12686
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build gettext
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-nls \
|
||||
--enable-extra-encodings
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install gettext
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
|
Loading…
x
Reference in New Issue
Block a user