about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-17 14:01:47 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-17 14:01:47 +0000
commit5c8a2bf152afb234ba10af2913068fa320b133f6 (patch)
tree9f6fe7ca74aa13ce7eeae86f67a84912d5f61ed0 /pkgs
parentb207890b819eb31de395e4dce5e4c77e130cd9a1 (diff)
downloadnixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar.gz
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar.bz2
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar.lz
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar.xz
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.tar.zst
nixlib-5c8a2bf152afb234ba10af2913068fa320b133f6.zip
Add openssl to qt 4.5, for all the kde https communications to work.
svn path=/nixpkgs/trunk/; revision=19499
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qt-4.5/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-4.5/default.nix b/pkgs/development/libraries/qt-4.5/default.nix
index e19edae3bdbc..d7d69a3fa8e5 100644
--- a/pkgs/development/libraries/qt-4.5/default.nix
+++ b/pkgs/development/libraries/qt-4.5/default.nix
@@ -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 = ''