forked from mirrors/nixpkgs
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:
parent
b207890b81
commit
5c8a2bf152
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue