* 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:
Eelco Dolstra 2009-04-13 17:07:20 +00:00
parent 977e608a38
commit fd03290fc0

View File

@ -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";