libotr wanted the stack protector libs.
Missed by our gcc-wrapper, I guess.
This commit is contained in:
parent
93045e558e
commit
1664c97704
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4";
|
||||
};
|
||||
|
||||
NIX_LDFLAGS = "-lssp";
|
||||
|
||||
propagatedBuildInputs = [ libgcrypt ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue