glibc: bump required kernel version to 2.6.32, bumprev.
This commit is contained in:
parent
c4017b79ee
commit
85c3ba316c
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development: headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run kernel-libc-headers
|
||||
Add_dependency run glibc
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="
|
|||
This package contains nscd, a daemon that provides a cache for the
|
||||
most common name service requests."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
openrc_services="nscd default false"
|
||||
conf_files="/etc/nscd.conf"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'glibc'
|
||||
pkgname=glibc
|
||||
version=2.13
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="The GNU C library"
|
||||
|
@ -45,7 +45,7 @@ do_build()
|
|||
|
||||
SHELL=/bin/bash ../configure --prefix=/usr --with-tls \
|
||||
--enable-add-ons --disable-multi-arch \
|
||||
--enable-bind-now --enable-kernel=2.6.27 \
|
||||
--enable-bind-now --enable-kernel=2.6.32 \
|
||||
--enable-stack-guard-randomization --disable-profile \
|
||||
--without-cvs --without-gd --libexecdir=/usr/lib \
|
||||
--libdir=/usr/lib --with-headers=${XBPS_MASTERDIR}/usr/include
|
||||
|
|
Loading…
Reference in a new issue