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

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
preBuild = "cd squashfs-tools"; preBuild = "cd squashfs-tools";
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
installFlags = "INSTALL_DIR=\${out}/bin"; installFlags = "INSTALL_DIR=\${out}/bin";
makeFlags = "XZ_SUPPORT=1"; makeFlags = "XZ_SUPPORT=1";