Blame SOURCES/e2fsprogs-1.45.6-Makefile.in-Disable-e2scrub.patch

1e8c27
From 06116f6d053e398d13634df911bcb105d0fb2416 Mon Sep 17 00:00:00 2001
393826
From: Lukas Czerner <lczerner@redhat.com>
393826
Date: Sun, 15 Dec 2019 12:42:28 +0100
1e8c27
Subject: [PATCH 1/7] Makefile.in: Disable e2scrub
393826
393826
e2scrub system is still new and we're not ready to support it yet, so
393826
just disbale it and not even build it.
393826
393826
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
393826
---
393826
 Makefile.in | 4 +---
393826
 1 file changed, 1 insertion(+), 3 deletions(-)
393826
393826
diff --git a/Makefile.in b/Makefile.in
393826
index b951c017..34e2048d 100644
393826
--- a/Makefile.in
393826
+++ b/Makefile.in
393826
@@ -13,7 +13,6 @@ INSTALL = @INSTALL@
393826
 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs
393826
 @UUID_CMT@UUID_LIB_SUBDIR= lib/uuid
393826
 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
393826
-@E2SCRUB_CMT@E2SCRUB_DIR= scrub
393826
 @ALL_CMT@SUPPORT_LIB_SUBDIR= lib/support
393826
 @ALL_CMT@E2P_LIB_SUBDIR= lib/e2p
393826
 @ALL_CMT@EXT2FS_LIB_SUBDIR= lib/ext2fs
393826
@@ -21,8 +20,7 @@ INSTALL = @INSTALL@
393826
 LIB_SUBDIRS=lib/et lib/ss $(E2P_LIB_SUBDIR) $(UUID_LIB_SUBDIR) \
393826
 	$(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR) intl
393826
 
393826
-PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po \
393826
-	$(E2SCRUB_DIR)
393826
+PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po
393826
 
393826
 SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
393826
 
393826
-- 
1e8c27
2.21.3
393826