Skip to content

Commit

Permalink
Remove nss crypt, dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <carsten.munk@gmail.com>
  • Loading branch information
stskeeps committed Apr 16, 2012
1 parent d954e01 commit c8988c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions glibc.changes
@@ -1,3 +1,6 @@
* Mon Apr 16 2012 Carsten Munk <carsten@merproject.org> - 2.15
- Remove nss crypt usage.

* Sat Mar 24 2012 Carsten Munk <carsten@merproject.org> - 2.15
- Change to eglibc from ubuntu, 2.15

Expand Down
4 changes: 2 additions & 2 deletions glibc.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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 ..
Expand Down

0 comments on commit c8988c1

Please sign in to comment.