forked from mirrors/nixpkgs
mktorrent: fixing the usual pthread_cancel problem
This commit is contained in:
parent
90bca24b38
commit
8d1ff12cdc
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "17qi3nfky240pq6qcmf5qg324mxm83vk9r3nvsdhsvinyqm5d3kg";
|
||||
};
|
||||
|
||||
makeFlags = "USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1" +
|
||||
makeFlags = "CFLAGS=-lgcc_s USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1" +
|
||||
stdenv.lib.optionalString stdenv.isi686 " USE_LARGE_FILES=1";
|
||||
|
||||
preInstall = ''
|
||||
|
|
Loading…
Reference in a new issue