diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-13 12:24:31 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-13 12:25:08 +0000 |
commit | 0a06d7de31f22b65b659ba7c5f2c6d1387eb8203 (patch) | |
tree | a272fdc9e8633d300ed0ef081cfd8f7dd71d946e /testing/open-vm-tools-grsec | |
parent | fb53480a1d667786b9d4372ea59e10c056e701fd (diff) | |
download | aports-0a06d7de31f22b65b659ba7c5f2c6d1387eb8203.tar.bz2 aports-0a06d7de31f22b65b659ba7c5f2c6d1387eb8203.tar.xz |
testing/open-vm-tools-grsec: added missing configure flag
should build with --without-procps
Diffstat (limited to 'testing/open-vm-tools-grsec')
-rw-r--r-- | testing/open-vm-tools-grsec/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/open-vm-tools-grsec/APKBUILD b/testing/open-vm-tools-grsec/APKBUILD index d71a02a892..064f8be877 100644 --- a/testing/open-vm-tools-grsec/APKBUILD +++ b/testing/open-vm-tools-grsec/APKBUILD @@ -39,6 +39,7 @@ build() { --without-x \ --without-dnet \ --without-icu \ + --without-procps \ --with-kernel-release="$_abi_release" \ || return 1 cd "$_builddir"/modules |