openssl: Split header files from the libraries
This commit is contained in:
parent
39dc112bc1
commit
2c9fa33521
@ -46,8 +46,9 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = patchesCross false;
|
||||
|
||||
# TODO: separate lib.
|
||||
outputs = [ "out" "man" "bin" ];
|
||||
outputs = [ "dev" "out" "man" "bin" ];
|
||||
|
||||
setOutputConfigureFlags = false;
|
||||
|
||||
buildInputs = stdenv.lib.optional withCryptodev cryptodevHeaders;
|
||||
|
||||
@ -78,6 +79,9 @@ stdenv.mkDerivation {
|
||||
mv $out/bin $bin/
|
||||
|
||||
rm -rf $out/etc/ssl/misc
|
||||
|
||||
mkdir $dev
|
||||
mv $out/include $dev/
|
||||
''; # */
|
||||
|
||||
crossAttrs = {
|
||||
|
@ -4941,6 +4941,7 @@ let
|
||||
openscenegraph = callPackage ../development/libraries/openscenegraph {};
|
||||
|
||||
openssl = callPackage ../development/libraries/openssl {
|
||||
stdenv = stdenvMulti;
|
||||
fetchurl = fetchurlBoot;
|
||||
cryptodevHeaders = linuxPackages.cryptodev.override {
|
||||
fetchurl = fetchurlBoot;
|
||||
|
Loading…
Reference in New Issue
Block a user