Qca2: do not separate debug info

svn path=/nixpkgs/trunk/; revision=26138
This commit is contained in:
Yury G. Kudryashov 2011-03-02 18:50:00 +00:00
parent 53a7f85871
commit efb12635d3

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation {
EMSA3_SHA384, ///< SHA384, with EMSA3 (ie PKCS#1 Version 1.5) encoding\ EMSA3_SHA384, ///< SHA384, with EMSA3 (ie PKCS#1 Version 1.5) encoding\
EMSA3_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding' EMSA3_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding'
''; '';
configureFlags = "--no-separate-debug-info";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Qt Cryptographic Architecture"; description = "Qt Cryptographic Architecture";
license = "LGPL"; license = "LGPL";