squashfs: -lgcc_s
This commit is contained in:
parent
d1fd6c90f4
commit
c01af09401
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user