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

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