mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Adding native threads support unconditionally to uclibc,
or gcc fails to build (lack of pthread.h). Let's see if this breaks anything; I'm changing this to make comtrend.nix work (kernel 2.4). svn path=/nixpkgs/trunk/; revision=34227
This commit is contained in:
parent
d5a5a30ae0
commit
37fce10f9b
|
@ -46,6 +46,7 @@ let
|
|||
DO_C99_MATH y
|
||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME y
|
||||
UCLIBC_SUSV4_LEGACY y
|
||||
UCLIBC_HAS_THREADS_NATIVE y
|
||||
KERNEL_HEADERS "${linuxHeaders}/include"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue