From: Thomas Deutschmann Date: Sat, 15 Feb 2020 13:13:43 +0000 (+0100) Subject: sys-fs/xfsprogs: remove automagic on sys-fs/lvm2 (libdevmapper) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d4f5a0ff00d700a79806bded27806466018735c5;p=gentoo.git 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 --- 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 4a6b20edc230..c8abfc089c46 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