robomongo: fix build with openssl-1.0.1m
(cherry picked from commit 35c0e0a768692ffe241e874cdac6b771e5e7dcbf) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
62d4564de4
commit
3dc7849ab9
|
@ -9,7 +9,11 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./robomongo.patch ];
|
patches = [ ./robomongo.patch ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
rm ./cmake/FindOpenSSL.cmake # remove outdated bundled CMake file
|
||||||
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
||||||
|
|
||||||
buildInputs = [ cmake boost scons qt5 openssl python pcre bzip2 ];
|
buildInputs = [ cmake boost scons qt5 openssl python pcre bzip2 ];
|
||||||
|
|
Loading…
Reference in New Issue