mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* 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
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue