mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
libtirpc: update to libtirpc-0.2.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8ab8bcdf7f
commit
05ec9ab7ff
@ -17,14 +17,14 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libtirpc"
|
||||
PKG_VERSION="0.2.2"
|
||||
PKG_VERSION="0.2.4"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://sourceforge.net/projects/libtirpc/"
|
||||
PKG_URL="https://downloads.sourceforge.net/project/libtirpc/libtirpc/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="libgssglue"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain libgssglue"
|
||||
PKG_DEPENDS_TARGET=""
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="libtirpc: Transport Independent RPC Library"
|
||||
@ -33,4 +33,4 @@ PKG_LONGDESC="Libtirpc is a port of Suns Transport-Independent RPC library to Li
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-gss --with-gnu-ld"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules --enable-ipv6 --disable-gssapi --with-gnu-ld"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,12 +0,0 @@
|
||||
diff -Naur libtirpc-0.2.2-old/configure.ac libtirpc-0.2.2-new/configure.ac
|
||||
--- libtirpc-0.2.2-old/configure.ac 2011-05-02 05:10:40.000000000 -0700
|
||||
+++ libtirpc-0.2.2-new/configure.ac 2013-01-03 18:59:03.000000000 -0800
|
||||
@@ -17,7 +17,7 @@
|
||||
fi
|
||||
|
||||
AC_PROG_CC
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AC_PROG_LIBTOOL
|
||||
AC_HEADER_DIRENT
|
||||
AC_PREFIX_DEFAULT(/usr)
|
@ -1,10 +0,0 @@
|
||||
diff -Naur libtirpc-0.2.2/doc/Makefile.am libtirpc-0.2.2.patch/doc/Makefile.am
|
||||
--- libtirpc-0.2.2/doc/Makefile.am 2011-05-02 14:10:40.000000000 +0200
|
||||
+++ libtirpc-0.2.2.patch/doc/Makefile.am 2014-01-10 06:17:51.829113901 +0100
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
install: install-am
|
||||
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
|
||||
- cp -p ./etc_netconfig $(DESTDIR)/$(sysconfdir)/netconfig
|
||||
+ cp -p $(top_srcdir)/doc/etc_netconfig $(DESTDIR)/$(sysconfdir)/netconfig
|
||||
chmod 0644 $(DESTDIR)/$(sysconfdir)/netconfig
|
Loading…
x
Reference in New Issue
Block a user