summary refs log tree commit diff
path: root/pkgs/development/libraries/crypto++/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-06-03 14:53:27 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-06-03 14:54:14 +0200
commitf004ddc7cfd3737fae2da8bdd0eae7d1302961d6 (patch)
tree2b0fc7974ab27da5104799a0e85f2c01bea403b6 /pkgs/development/libraries/crypto++/default.nix
parent8e023d17514866f312faca841de21755fae661de (diff)
crypto++: adding shared object target
We only built the static library, before.
Diffstat (limited to 'pkgs/development/libraries/crypto++/default.nix')
-rw-r--r--pkgs/development/libraries/crypto++/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/crypto++/default.nix b/pkgs/development/libraries/crypto++/default.nix
index e9efcfaf7f005..f80d5813c3ed7 100644
--- a/pkgs/development/libraries/crypto++/default.nix
+++ b/pkgs/development/libraries/crypto++/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   # I add what 'enableParallelBuilding' would add to the make call,
   # if we were using the generic build phase.
   buildPhase = ''
-    make PREFIX="$out" all -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
+    make PREFIX="$out" all libcryptopp.so -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
   '';
 
   # TODO: Installing cryptotest.exe doesn't seem to be necessary. We run