glibc: lowered kernel version requirement to 3.10

This commit is contained in:
Matt Housh 2014-02-15 12:11:42 -06:00
parent 2e5265e2c7
commit 5fb53ec1d9

View File

@ -23,7 +23,7 @@ build() {
../$name-$version/configure --prefix=/usr \ ../$name-$version/configure --prefix=/usr \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib \
--with-headers=$PKG/usr/include \ --with-headers=$PKG/usr/include \
--enable-kernel=3.12 \ --enable-kernel=3.10 \
--enable-add-ons \ --enable-add-ons \
--disable-profile \ --disable-profile \
--without-gd \ --without-gd \