aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-02-12 00:11:45 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-02-12 00:11:45 +0000
commit05c0dd45827ad5db46506319b008c946b0014518 (patch)
treeafd8010abd445d1e6d84fa6b08ab2edb437fb757 /testing
parentc8474a0305abcbc1d0615b2952ef318fbffb3c9e (diff)
downloadaports-05c0dd45827ad5db46506319b008c946b0014518.tar.bz2
aports-05c0dd45827ad5db46506319b008c946b0014518.tar.xz
testing/open-vm-tools-grsec: move kernel version to configure opt
Diffstat (limited to 'testing')
-rw-r--r--testing/open-vm-tools-grsec/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/open-vm-tools-grsec/APKBUILD b/testing/open-vm-tools-grsec/APKBUILD
index b3b94bb490..b2aaeea312 100644
--- a/testing/open-vm-tools-grsec/APKBUILD
+++ b/testing/open-vm-tools-grsec/APKBUILD
@@ -44,13 +44,13 @@ prepare() {
}
build() {
- KERNEL_VERSION="$_abi_release"
cd "$_builddir"
./configure --prefix=/usr \
--disable-unity \
--without-pam \
--disable-multimon \
--without-x \
+ --with-kernel-release="$_abi_release" \
|| return 1
cd "$_builddir"/modules
make -j1 modules || return 1