mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libcdio: add libiconv support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2135fea28a
commit
a2a34178e4
@ -44,6 +44,7 @@ cd $PKG_BUILD
|
|||||||
--with-iso-info \
|
--with-iso-info \
|
||||||
--with-iso-read \
|
--with-iso-read \
|
||||||
--without-versioned-libs \
|
--without-versioned-libs \
|
||||||
|
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
|
||||||
|
|
||||||
make -C lib
|
make -C lib
|
||||||
make -C include
|
make -C include
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/libcdio/"
|
PKG_SITE="http://www.gnu.org/software/libcdio/"
|
||||||
PKG_URL="http://ftp.gnu.org/gnu/libcdio/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://ftp.gnu.org/gnu/libcdio/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS="libiconv"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain libiconv"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="audio"
|
PKG_SECTION="audio"
|
||||||
PKG_SHORTDESC="libcdio: A CD-ROM reading and control library"
|
PKG_SHORTDESC="libcdio: A CD-ROM reading and control library"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user