Merge pull request #101461 from moritzschaefer/fix-r-openssl
Fixes missing configure script
This commit is contained in:
commit
6485336d9e
|
@ -797,6 +797,9 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
openssl = old.openssl.overrideDerivation (attrs: {
|
openssl = old.openssl.overrideDerivation (attrs: {
|
||||||
|
preConfigure = ''
|
||||||
|
patchShebangs configure
|
||||||
|
'';
|
||||||
PKGCONFIG_CFLAGS = "-I${pkgs.openssl.dev}/include";
|
PKGCONFIG_CFLAGS = "-I${pkgs.openssl.dev}/include";
|
||||||
PKGCONFIG_LIBS = "-Wl,-rpath,${pkgs.openssl.out}/lib -L${pkgs.openssl.out}/lib -lssl -lcrypto";
|
PKGCONFIG_LIBS = "-Wl,-rpath,${pkgs.openssl.out}/lib -L${pkgs.openssl.out}/lib -lssl -lcrypto";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue