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

Gaëtan Bisson bisson at archlinux.org
Wed Oct 3 23:29:19 UTC 2018


    Date: Wednesday, October 3, 2018 @ 23:29:19
  Author: bisson
Revision: 389328

free rebuild

Modified:
  partclone/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 23:28:56 UTC (rev 389327)
+++ PKGBUILD	2018-10-03 23:29:19 UTC (rev 389328)
@@ -18,9 +18,11 @@
 build() {
   cd $pkgname-$pkgver
 
+# enable xfs again when it's updated to not use the deprecated ustat interface
+
   ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
     --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
-    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 \
     --sbindir=/usr/bin
 
   make



More information about the arch-commits mailing list