From a9bb24ef0967369f34dd8760ce8de52d9819a6a0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Jul 2013 07:27:25 +0000 Subject: main/: build fix for GCC_SPECS should not include the full path --- main/open-vm-tools-grsec/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/open-vm-tools-grsec/APKBUILD') diff --git a/main/open-vm-tools-grsec/APKBUILD b/main/open-vm-tools-grsec/APKBUILD index c21ed06d8b..78755b57aa 100644 --- a/main/open-vm-tools-grsec/APKBUILD +++ b/main/open-vm-tools-grsec/APKBUILD @@ -58,7 +58,7 @@ prepare() { } build() { - export GCC_SPECS=/usr/share/gcc/hardenednopie.specs + export GCC_SPECS=hardenednopie.specs cd "$_builddir" ./configure --without-pam \ --without-x \ -- cgit v1.2.3