diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2020-02-23 13:29:03 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2020-02-23 13:29:33 +0100 |
commit | fd391e990dcb3a023db02efcda730a2c344963de (patch) | |
tree | 9b066c3474dc9dc69055ff0a2b7387d65ef56066 /sys-fs | |
parent | dev-cpp/glibmm: bump to 2.62.0 (diff) | |
download | gentoo-fd391e990dcb3a023db02efcda730a2c344963de.tar.gz gentoo-fd391e990dcb3a023db02efcda730a2c344963de.tar.bz2 gentoo-fd391e990dcb3a023db02efcda730a2c344963de.zip |
sys-fs/lvm2: Backport the device-mapper-only + static-lib fix
It is already fixed in ~ since a while.
Package-Manager: Portage-2.3.89, Repoman-2.3.18
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.184-r5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild index 97c1dcb53f93..6575e869d5a4 100644 --- a/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.184-r5.ebuild @@ -239,8 +239,10 @@ src_install() { if use static-libs; then dolib.a libdm/ioctl/libdevmapper.a - dolib.a libdaemon/client/libdaemonclient.a #462908 - dolib.a daemons/dmeventd/libdevmapper-event.a + if use !device-mapper-only ; then + dolib.a libdaemon/client/libdaemonclient.a #462908 + dolib.a daemons/dmeventd/libdevmapper-event.a + fi else rm -f "${ED%/}"/usr/$(get_libdir)/{libdevmapper-event,liblvm2cmd,liblvm2app,libdevmapper}.a fi |