mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/linux-vserver: upgrade to 2.6.32.14-vs2.3.0.36.29.4
set KBUILD_VERSION too while here
This commit is contained in:
parent
1d97e4ca8d
commit
1eaec8708e
@ -2,7 +2,7 @@
|
||||
|
||||
_flavor=vserver
|
||||
pkgname=linux-${_flavor}
|
||||
pkgver=2.6.32.13
|
||||
pkgver=2.6.32.14
|
||||
|
||||
_kernver=2.6.32
|
||||
pkgrel=0
|
||||
@ -15,7 +15,7 @@ _config=${config:-kernelconfig.${CARCH:-x86}}
|
||||
install=
|
||||
source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2
|
||||
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
|
||||
http://vserver.13thfloor.at/Experimental/patch-2.6.32.13-vs2.3.0.36.29.4.diff
|
||||
http://vserver.13thfloor.at/Experimental/patch-2.6.32.14-vs2.3.0.36.29.4.diff
|
||||
kernelconfig.x86
|
||||
"
|
||||
subpackages="$pkgname-dev"
|
||||
@ -50,7 +50,10 @@ menuconfig() {
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/build
|
||||
make CC="${CC:-gcc}" || return 1
|
||||
make CC="${CC:-gcc}" \
|
||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-Alpine" \
|
||||
|| return 1
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user