Author: viric
Date: Thu May 24 19:16:00 2012
New Revision: 34227
URL: https://nixos.org/websvn/nix/?rev=34227&sc=1
Log:
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).
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/uclibc/default.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/uclibc/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/uclibc/default.nix Thu May 24
19:12:36 2012 (r34226)
+++ nixpkgs/trunk/pkgs/os-specific/linux/uclibc/default.nix Thu May 24
19:16:00 2012 (r34227)
@@ -46,6 +46,7 @@
DO_C99_MATH y
UCLIBC_HAS_PROGRAM_INVOCATION_NAME y
UCLIBC_SUSV4_LEGACY y
+ UCLIBC_HAS_THREADS_NATIVE y
KERNEL_HEADERS "${linuxHeaders}/include"
'';
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits