* mksquashfs needs pthread_cancel.
svn path=/nixpkgs/trunk/; revision=15925
This commit is contained in:
parent
ee88032be9
commit
a0399dd8a2
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
cd squashfs-tools
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
|
||||
|
||||
installFlags = "INSTALL_DIR=\${out}/bin";
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue