mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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')
|
||||
groups=('base')
|
||||
depends=('linux-api-headers>=3.16' 'tzdata' 'filesystem>=2013.01')
|
||||
+makedepends=('gcc>=4.9')
|
||||
makedepends=('gcc>=4.9')
|
||||
backup=(etc/gai.conf
|
||||
etc/locale.gen
|
||||
etc/nscd.conf)
|
||||
|
@ -93,7 +93,7 @@ build() {
|
|||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-add-ons \
|
||||
--enable-obsolete-rpc \
|
||||
--enable-kernel=2.6.27 \
|
||||
--enable-kernel=2.6.32 \
|
||||
--enable-bind-now --disable-profile \
|
||||
--enable-stackguard-randomization \
|
||||
--enable-lock-elision \
|
||||
|
|
Loading…
Reference in a new issue