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

Christian Hesse eworm at archlinux.org
Mon Jun 17 09:09:07 UTC 2019


    Date: Monday, June 17, 2019 @ 09:09:06
  Author: eworm
Revision: 356256

upgpkg: util-linux 2.34-2

Disable hardlink for now...

https://bugs.archlinux.org/task/62896
https://github.com/karelzak/util-linux/issues/808

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 08:37:05 UTC (rev 356255)
+++ PKGBUILD	2019-06-17 09:09:06 UTC (rev 356256)
@@ -6,7 +6,7 @@
 pkgname=(util-linux libutil-linux)
 _pkgmajor=2.34
 pkgver=${_pkgmajor}
-pkgrel=1
+pkgrel=2
 pkgdesc="Miscellaneous system utilities for Linux"
 url='https://github.com/karelzak/util-linux'
 arch=('x86_64')
@@ -34,6 +34,12 @@
 build() {
   cd "$pkgbase-$pkgver"
 
+  # We ship Debian's hardlink in package 'hardlink', Fedora's hardlink was
+  # merged in util-linux. For now we disable the latter, but let's dicuss
+  # the details:
+  # https://bugs.archlinux.org/task/62896
+  # https://github.com/karelzak/util-linux/issues/808
+
   ./configure \
     --prefix=/usr \
     --libdir=/usr/lib \
@@ -46,6 +52,7 @@
     --enable-chfn-chsh \
     --enable-write \
     --enable-mesg \
+    --disable-hardlink \
     --with-python=3
 
   make



More information about the arch-commits mailing list