mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
hack(coreos-base/hard-host-depends): Work around lvm's configure script path detection
This commit is contained in:
parent
7bd16b8c0e
commit
3341e00450
@ -195,6 +195,15 @@ RDEPEND="${RDEPEND}
|
||||
dev-util/lcov
|
||||
"
|
||||
|
||||
# Pull tis into / or patch the lvm ebuild to configure with:
|
||||
# --with-thin-check=/sbin/thin_check
|
||||
# --with-thin-dump=/sbin/thin_dump
|
||||
# --with-thin-repair=/sbin/thin_repair
|
||||
# This will work for now until the proper fix is merged upstream.
|
||||
RDEPEND="${RDEPEND}
|
||||
>=sys-block/thin-provisioning-tools-0.2.8-r1
|
||||
"
|
||||
|
||||
# Uninstall these packages.
|
||||
RDEPEND="${RDEPEND}
|
||||
!net-misc/dhcpcd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user