mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
coreos-base/afterburn: Add dependency on dev-libs/openssl
The package depends on it through the openssl crate. Without openssl, the package would fail to build because of missing header files.
This commit is contained in:
parent
14ec0b2456
commit
7acca26ab6
@ -235,7 +235,12 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
|
|||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="!coreos-base/coreos-metadata"
|
DEPEND="dev-libs/openssl:0="
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
!coreos-base/coreos-metadata
|
||||||
|
"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
cros-workon_src_unpack "$@"
|
cros-workon_src_unpack "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user