commit: d4f5a0ff00d700a79806bded27806466018735c5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 13:13:43 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 13:13:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f5a0ff
sys-fs/xfsprogs: remove automagic on sys-fs/lvm2 (libdevmapper) Closes: https://bugs.gentoo.org/709694 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> sys-fs/xfsprogs/{xfsprogs-5.4.0.ebuild => xfsprogs-5.4.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/xfsprogs/xfsprogs-5.4.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.4.0-r1.ebuild similarity index 97% rename from sys-fs/xfsprogs/xfsprogs-5.4.0.ebuild rename to sys-fs/xfsprogs/xfsprogs-5.4.0-r1.ebuild index 4a6b20edc23..c8abfc089c4 100644 --- a/sys-fs/xfsprogs/xfsprogs-5.4.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-5.4.0-r1.ebuild @@ -63,6 +63,9 @@ src_configure() { unset PLATFORM # if set in user env, this breaks configure + # Avoid automagic on libdevmapper, #709694 + export ac_cv_search_dm_task_create=no + # Upstream does NOT support --disable-static anymore, # https://www.spinics.net/lists/linux-xfs/msg30185.html # https://www.spinics.net/lists/linux-xfs/msg30272.html
