diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-12 00:11:45 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-12 00:11:45 +0000 |
commit | 05c0dd45827ad5db46506319b008c946b0014518 (patch) | |
tree | afd8010abd445d1e6d84fa6b08ab2edb437fb757 | |
parent | c8474a0305abcbc1d0615b2952ef318fbffb3c9e (diff) | |
download | aports-05c0dd45827ad5db46506319b008c946b0014518.tar.bz2 aports-05c0dd45827ad5db46506319b008c946b0014518.tar.xz |
testing/open-vm-tools-grsec: move kernel version to configure opt
-rw-r--r-- | testing/open-vm-tools-grsec/APKBUILD | 2 |
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 |