mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00: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
@ -15,9 +15,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
configureFlags = "--with-readline=${readline}";
|
configureFlags = "--with-readline=${readline}";
|
||||||
|
|
||||||
NIX_LDFLAGS = "-L${xlibs.libXext}/lib -lXext -rpath ${stdenv.gcc.gcc}/lib";
|
NIX_LDFLAGS = "-lXext -lgcc_s";
|
||||||
|
|
||||||
dontPatchELF = true;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Xlib-based interface to Xine, a video player";
|
description = "Xlib-based interface to Xine, a video player";
|
||||||
|
Loading…
Reference in New Issue
Block a user