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