diff --git a/config/options b/config/options index f1ad3221ba..eb2071241d 100644 --- a/config/options +++ b/config/options @@ -31,10 +31,6 @@ PROJECT_DIR="$ROOT/projects" # Target system library C (eglibc) TARGET_LIBC="eglibc" -# Target iconv implementation (libiconv) -# leave empty if we are using glibc's gconv - ICONV="" - # Library strip LIBSTRIP="yes" diff --git a/packages/3rdparty/lib/libxslt/build b/packages/3rdparty/lib/libxslt/build index e4897f7f61..c31feb4d6c 100755 --- a/packages/3rdparty/lib/libxslt/build +++ b/packages/3rdparty/lib/libxslt/build @@ -24,17 +24,12 @@ cd $PKG_BUILD -if [ "$ICONV" = "libiconv" ]; then - CONFIG_LIBXML="--with-iconv" -fi - ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --sysconfdir=/etc \ --enable-static \ --disable-shared \ - $CONFIG_LIBXML \ --disable-ipv6 \ --without-python \ --without-crypto diff --git a/packages/3rdparty/lib/libxslt/meta b/packages/3rdparty/lib/libxslt/meta index 9f662864a4..5ba5a2471c 100644 --- a/packages/3rdparty/lib/libxslt/meta +++ b/packages/3rdparty/lib/libxslt/meta @@ -25,8 +25,8 @@ PKG_ARCH="any" PKG_LICENSE="MIT" PKG_SITE="http://xmlsoft.org/xslt/" PKG_URL="ftp://xmlsoft.org/libxml2/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="$ICONV" -PKG_BUILD_DEPENDS="toolchain $ICONV" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="textproc" PKG_SHORTDESC="libxslt" diff --git a/packages/3rdparty/multimedia/vdr/build b/packages/3rdparty/multimedia/vdr/build index d183d26f92..81fef1e4ca 100755 --- a/packages/3rdparty/multimedia/vdr/build +++ b/packages/3rdparty/multimedia/vdr/build @@ -39,12 +39,6 @@ NO_KBD=yes VDR_USER=root EOF -if [ "$ICONV" = "libiconv" ]; then -cat >> Make.config <