From 63284656e3dbc6075d7cd4513dfb55bafb836088 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 30 Nov 2021 15:35:57 +0100 Subject: [PATCH] Revert "nfs-utils: Add "statx" patch" This reverts commit 6e9ca6ea4e8e74815ef4da4a73d8a75558dfbf5e. This is no longer needed, as we updated our glibc to 2.33 which supports statx(). --- nfs-utils.be0 | 1 - 1 file changed, 1 deletion(-) diff --git a/nfs-utils.be0 b/nfs-utils.be0 index cbd83d26d..c5dbddc77 100755 --- a/nfs-utils.be0 +++ b/nfs-utils.be0 @@ -16,7 +16,6 @@ SRCURL[0]="https://sourceforge.net/projects/nfs/files/nfs-utils/${PKGVERSION}/nf ## The sources will be patched in the order of the array. PATCHURL+=(/src/mariux/patches/0001-nfs-utils-Fix-typo-in-mountpoint-detection.patch) -PATCHURL+=(/src/mariux/patches/0002-nfs-utils-Fix-elder-libc-statx-problem.patch) ############################################################################### ## Uncomment the next statement, if the software may not be able to be built