From: Michael Tremer Date: Sun, 2 Oct 2011 17:00:18 +0000 (+0200) Subject: glibc: Make sure that the right kernel headers are available. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cbb54b292251d3ce8fcf8aec1be82cfc6e6744;p=ipfire-3.x.git glibc: Make sure that the right kernel headers are available. --- diff --git a/glibc/glibc.nm b/glibc/glibc.nm index 73372aa50..997cd19e1 100644 --- a/glibc/glibc.nm +++ b/glibc/glibc.nm @@ -7,7 +7,7 @@ name = glibc version = 2.14 -release = 1 +release = 2 maintainer = Michael Tremer groups = System/Base @@ -29,11 +29,15 @@ source_dl = http://ftp.gnu.org/gnu/glibc/ sources = %{thisapp}.tar.xz build + # Optimize glibc for kernel + OPTIMIZED_KERNEL = 2.6.32 + requires audit-devel autoconf automake gettext + kernel-headers>=%{OPTIMIZED_KERNEL} libcap-devel libselinux-devel texinfo @@ -51,9 +55,6 @@ build export CFLAGS = %{GLIBC_FLAGS} export CXXFLAGS = %{GLIBC_FLAGS} - # Optimize glibc for kernel - OPTIMIZED_KERNEL = 2.6.32 - export QUALITY_AGENT_RPATH_ALLOW_ORIGIN=yes prepare_cmds