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];
|
buildInputs = [openssl perl];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"DESTDIR=$(out)"
|
"DESTDIR=$(out)"
|
||||||
"PREFIX="
|
"PREFIX="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user