mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
sys-auth/sssd: make BDEPEND independent of DEPEND
The `BDEPEND` is a build-time requirement, so it should not be included in the whole `DEPEND` list. If it does, an installation of `sys-auth/sssd` causes other dependencies to be installed not only in the `/build`, but also under the SDK. That's not what we want, so we need to exclude `BDEPEND` from the list.
This commit is contained in:
parent
65cab2738c
commit
7dbd4ac634
@ -78,7 +78,7 @@ RDEPEND="${DEPEND}
|
||||
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
|
||||
"
|
||||
# Flatcar: require only autoconf:2.69
|
||||
BDEPEND="${DEPEND}
|
||||
BDEPEND="
|
||||
sys-devel/autoconf:2.69
|
||||
doc? ( app-doc/doxygen )
|
||||
test? (
|
||||
|
Loading…
Reference in New Issue
Block a user