mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
coreos-base/hard-host-depends: bring back dependency on dev-libs/nspr
Now that `dev-libs/nss` is removed from the depencencies list of hard-host-depends, SDK does not include `dev-libs/nspr` any more. As a result, `dev-lang/spidermonkey` fails to build, because it requires `dev-libs/nspr` in the SDK. It is not sufficient to have nspr under `/build/amd64-usr`. Add `dev-libs/nspr` back to the dependencies of `hard-host-depends`, to make it included in the SDK.
This commit is contained in:
parent
e3511d1c79
commit
9e0d1246a7
@ -53,6 +53,7 @@ RDEPEND="${RDEPEND}
|
|||||||
dev-libs/libgcrypt
|
dev-libs/libgcrypt
|
||||||
dev-libs/libxslt
|
dev-libs/libxslt
|
||||||
dev-libs/libyaml
|
dev-libs/libyaml
|
||||||
|
dev-libs/nspr
|
||||||
dev-libs/protobuf
|
dev-libs/protobuf
|
||||||
dev-python/ctypesgen
|
dev-python/ctypesgen
|
||||||
dev-python/mako
|
dev-python/mako
|
||||||
|
Loading…
x
Reference in New Issue
Block a user