squashfs: -lgcc_s

This commit is contained in:
Domen Kožar 2014-10-22 15:05:25 +02:00
parent d1fd6c90f4
commit c01af09401

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib xz ];
preBuild = "cd squashfs-tools";
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
installFlags = "INSTALL_DIR=\${out}/bin";