mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Set chunksync package's NIX_LDFLAGS to "-lgcc_s"
This works around the pthread_cancel issue
This commit is contained in:
parent
4d6605e882
commit
482d87a9b0
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [openssl perl];
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
|
||||
makeFlags = [
|
||||
"DESTDIR=$(out)"
|
||||
"PREFIX="
|
||||
|
Loading…
Reference in New Issue
Block a user