summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-24 19:16:00 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-24 19:16:00 +0000
commit37fce10f9b26b826d5030906406639bcd9e77e45 (patch)
tree755d28863026e31bbbb7a6852359a30716e96b8d /pkgs
parentd5a5a30ae0146878ae3de15f7f65c99b79093553 (diff)
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/uclibc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/uclibc/default.nix b/pkgs/os-specific/linux/uclibc/default.nix
index 6ac89c4da9f6..d97b4f8a1d79 100644
--- a/pkgs/os-specific/linux/uclibc/default.nix
+++ b/pkgs/os-specific/linux/uclibc/default.nix
@@ -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"
'';