mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Removed misleading comment that no longer applies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=16038
This commit is contained in:
parent
7534cbe4b8
commit
8bd6a26806
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "glibc-2.9";
|
name = "glibc-2.9";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nixos.org/tarballs/glibc-2.9-20081208.tar.bz2;
|
url = http://nixos.org/tarballs/glibc-2.9-20081208.tar.bz2;
|
||||||
sha256 = "0zhxbgcsl97pf349m0lz8d5ljvvzrcqc23yf08d888xlk4ms8m3h";
|
sha256 = "0zhxbgcsl97pf349m0lz8d5ljvvzrcqc23yf08d888xlk4ms8m3h";
|
||||||
@ -48,9 +48,6 @@ stdenv.mkDerivation rec {
|
|||||||
./rpcgen-path.patch
|
./rpcgen-path.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
# `--with-tls --without-__thread' enables support for TLS but causes
|
|
||||||
# it not to be used. Required if we don't want to barf on 2.4
|
|
||||||
# kernels. Or something.
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--enable-add-ons
|
--enable-add-ons
|
||||||
--with-headers=${kernelHeaders}/include
|
--with-headers=${kernelHeaders}/include
|
||||||
|
Loading…
Reference in New Issue
Block a user