From c8988c1eaebaf780e599244b1885bec92c35a120 Mon Sep 17 00:00:00 2001 From: Carsten Munk Date: Mon, 16 Apr 2012 09:57:10 +0200 Subject: [PATCH] Remove nss crypt, dependency Signed-off-by: Carsten Munk --- glibc.changes | 3 +++ glibc.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.changes b/glibc.changes index 8a70f87..09fc7df 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,6 @@ +* Mon Apr 16 2012 Carsten Munk - 2.15 +- Remove nss crypt usage. + * Sat Mar 24 2012 Carsten Munk - 2.15 - Change to eglibc from ubuntu, 2.15 diff --git a/glibc.spec b/glibc.spec index c63a3d1..40fd94e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -43,7 +43,7 @@ Requires(pre): libgcc # For initial glibc bootstraps it can be commented out #BuildRequires: gd-devel libpng-devel zlib-devel texinfo BuildRequires: zlib-devel texinfo -BuildRequires: sed >= 3.95, libcap-devel, gettext, nss-devel +BuildRequires: sed >= 3.95, libcap-devel, gettext #BuildRequires: /bin/ps, /bin/kill, /bin/awk, procps BuildRequires: gawk, util-linux, quilt # This gcc >= 3.2 is to ensure that __frame_state_for is exported by glibc @@ -245,7 +245,7 @@ build_CFLAGS="$BuildFlags -g -O3 $*" %ifarch %{multiarcharches} --enable-multi-arch \ %endif - --disable-profile --enable-experimental-malloc --enable-nss-crypt + --disable-profile --enable-experimental-malloc make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" cd ..