mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/glibc: minimum kernel 2.6.32
This commit is contained in:
parent
8b63273486
commit
70f0fcdcdb
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ url="http://www.gnu.org/software/libc"
|
||||||
license=('GPL' 'LGPL')
|
license=('GPL' 'LGPL')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('linux-api-headers>=3.16' 'tzdata' 'filesystem>=2013.01')
|
depends=('linux-api-headers>=3.16' 'tzdata' 'filesystem>=2013.01')
|
||||||
+makedepends=('gcc>=4.9')
|
makedepends=('gcc>=4.9')
|
||||||
backup=(etc/gai.conf
|
backup=(etc/gai.conf
|
||||||
etc/locale.gen
|
etc/locale.gen
|
||||||
etc/nscd.conf)
|
etc/nscd.conf)
|
||||||
|
@ -93,7 +93,7 @@ build() {
|
||||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||||
--enable-add-ons \
|
--enable-add-ons \
|
||||||
--enable-obsolete-rpc \
|
--enable-obsolete-rpc \
|
||||||
--enable-kernel=2.6.27 \
|
--enable-kernel=2.6.32 \
|
||||||
--enable-bind-now --disable-profile \
|
--enable-bind-now --disable-profile \
|
||||||
--enable-stackguard-randomization \
|
--enable-stackguard-randomization \
|
||||||
--enable-lock-elision \
|
--enable-lock-elision \
|
||||||
|
|
Loading…
Reference in a new issue