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

Christian Hesse eworm at archlinux.org
Tue Mar 20 01:01:54 UTC 2018


    Date: Tuesday, March 20, 2018 @ 01:01:53
  Author: eworm
Revision: 309187

upgpkg: nbd 3.17-3

disable netlink

Modified:
  nbd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-19 23:02:15 UTC (rev 309186)
+++ PKGBUILD	2018-03-20 01:01:53 UTC (rev 309187)
@@ -6,12 +6,12 @@
 
 pkgname=nbd
 pkgver=3.17
-pkgrel=2
+pkgrel=3
 pkgdesc='tools for network block devices, allowing you to use remote block devices over TCP/IP'
 arch=('x86_64')
 url='http://nbd.sourceforge.net'
 license=('GPL')
-depends=('glib2' 'gnutls' 'libnl')
+depends=('glib2' 'gnutls')
 backup=('etc/nbd-server/config')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
 	'config'
@@ -22,7 +22,7 @@
             '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba'
             '3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd')
 
-build(){
+build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure \
@@ -31,6 +31,9 @@
     --sysconfdir=/etc \
     --enable-syslog
 
+  # has unresolved issues, disable for now
+  sed -i '/HAVE_NETLINK/c #define HAVE_NETLINK 0' config.h
+
   make
 }
 



More information about the arch-commits mailing list