diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-03 22:37:07 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-03 22:37:51 +0100 |
commit | 907ed130e2e992b8e853462d2dd47c75b9c616f4 (patch) | |
tree | cc9ad847cc45063672628366c10b17e6173e65f8 /sys-libs/e2fsprogs-libs/files | |
parent | sys-fs/e2fsprogs: Removed old. (diff) | |
download | gentoo-907ed130e2e992b8e853462d2dd47c75b9c616f4.tar.gz gentoo-907ed130e2e992b8e853462d2dd47c75b9c616f4.tar.bz2 gentoo-907ed130e2e992b8e853462d2dd47c75b9c616f4.zip |
sys-libs/e2fsprogs-libs: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-libs/e2fsprogs-libs/files')
-rw-r--r-- | sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.9-no-quota.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.9-no-quota.patch b/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.9-no-quota.patch deleted file mode 100644 index 0b472806c777..000000000000 --- a/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.9-no-quota.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 947b1fe6c67b2399edd436c74408cb354c381e4a Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Tue, 31 Dec 2013 13:35:05 -0500 -Subject: [PATCH] fix build when quota is disabled - -Building e2fsprogs-libs with quota disabled fails: - -making all in lib/quota -make[2]: Entering directory '.../lib/quota' -make[2]: *** No rule to make target '.../lib/ext2fs/ext2_fs.h', needed by 'mkquota.o'. Stop. -make[2]: *** Waiting for unfinished jobs.... -make[2]: Leaving directory '.../lib/quota' -Makefile:380: recipe for target 'all-libs-recursive' failed -make[1]: *** [all-libs-recursive] Error 1 - -Signed-off-by: Mike Frysinger <vapier@gentoo.org> ---- - Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.in b/Makefile.in -index f327d19..544ed02 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -13,7 +13,7 @@ INSTALL = @INSTALL@ - @DEBUGFS_CMT@DEBUGFS_DIR= debugfs - @UUID_CMT@UUID_LIB_SUBDIR= lib/uuid - @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid --QUOTA_LIB_SUBDIR= lib/quota -+@QUOTA_CMT@QUOTA_LIB_SUBDIR= lib/quota - - LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl - PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po --- -1.8.4.3 - |