Add openssl to qt 4.5, for all the kde https communications to work.

svn path=/nixpkgs/trunk/; revision=19499
This commit is contained in:
Lluís Batlle i Rossell 2010-01-17 14:01:47 +00:00
parent b207890b81
commit 5c8a2bf152

View file

@ -44,6 +44,11 @@ stdenv.mkDerivation {
libtiff
];
# libQtNetwork will call libQtCore for it to dlopen openssl.
NIX_LDFLAGS = "-rpath ${openssl}/lib";
# Don't shrink the rpath, to keep ${openssl} in it.
dontPatchELF = 1;
prefixKey = "-prefix ";
configureFlags = ''