app-admin/logrotate: Removes unused patch
authorChema Alonso Josa <nimiux@gentoo.org>
Tue, 26 Sep 2017 15:25:28 +0000 (17:25 +0200)
committerChema Alonso Josa <nimiux@gentoo.org>
Tue, 26 Sep 2017 15:25:28 +0000 (17:25 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5793#

Package-Manager: Portage-2.3.8, Repoman-2.3.1

app-admin/logrotate/files/logrotate-3.9.1-lfs.patch [deleted file]

diff --git a/app-admin/logrotate/files/logrotate-3.9.1-lfs.patch b/app-admin/logrotate/files/logrotate-3.9.1-lfs.patch
deleted file mode 100644 (file)
index 57449d0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/559572
-
-make sure we can handle large files properly (like log files over 2GiB)
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -10,6 +10,8 @@
- AC_STRUCT_ST_BLKSIZE
- AC_STRUCT_ST_BLOCKS
-+AC_SYS_LARGEFILE
-+
- AC_CHECK_LIB([popt],[poptParseArgvString],,
-   AC_MSG_ERROR([libpopt required but not found]))