[arch-commits] Commit in rpcbind/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Oct 28 18:55:43 UTC 2018


    Date: Sunday, October 28, 2018 @ 18:55:43
  Author: andyrtr
Revision: 337476

upgpkg: rpcbind 1.2.5-2

add --enable-rmtcalls for work with KODI - FS#60295

Modified:
  rpcbind/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-28 18:46:39 UTC (rev 337475)
+++ PKGBUILD	2018-10-28 18:55:43 UTC (rev 337476)
@@ -3,7 +3,7 @@
 
 pkgname=rpcbind
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -43,7 +43,8 @@
   ./configure --prefix=/usr --sbindir=/usr/bin \
     --with-rpcuser=rpc \
     --enable-warmstarts \
-    --with-statedir=/var/lib/rpcbind
+    --with-statedir=/var/lib/rpcbind \
+    --enable-rmtcalls
   make
 }
 



More information about the arch-commits mailing list