* Simplified the pthread_cancel fix a bit: you just need to use -lgcc_s.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15017
This commit is contained in:
parent
977e608a38
commit
fd03290fc0
@ -15,9 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = "--with-readline=${readline}";
|
||||
|
||||
NIX_LDFLAGS = "-L${xlibs.libXext}/lib -lXext -rpath ${stdenv.gcc.gcc}/lib";
|
||||
|
||||
dontPatchELF = true;
|
||||
NIX_LDFLAGS = "-lXext -lgcc_s";
|
||||
|
||||
meta = {
|
||||
description = "Xlib-based interface to Xine, a video player";
|
||||
|
Loading…
Reference in New Issue
Block a user