mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
libnfs: depends on libtirpc
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fcddf0a5e4
commit
da44effa0e
@ -31,8 +31,9 @@ cd $PKG_BUILD
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
--disable-examples \
|
||||||
|
--enable-tirpc \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/sahlberg/libnfs"
|
PKG_SITE="https://github.com/sahlberg/libnfs"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS="libtirpc"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain libtirpc"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="libnfs: a client library for accessing NFS shares over a network."
|
PKG_SHORTDESC="libnfs: a client library for accessing NFS shares over a network."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user