diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:27:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:31:03 +0000 |
commit | a9bb24ef0967369f34dd8760ce8de52d9819a6a0 (patch) | |
tree | 6933a4442f89b76706653c5f96caca56eb0ca8b7 /main/dahdi-linux-grsec/APKBUILD | |
parent | fd641092f593d069b998a466b54b882d9c8d7910 (diff) | |
download | aports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.bz2 aports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.xz |
main/<various>: build fix for GCC_SPECS
should not include the full path
Diffstat (limited to 'main/dahdi-linux-grsec/APKBUILD')
-rw-r--r-- | main/dahdi-linux-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD index c8a351325c..9852a7b18e 100644 --- a/main/dahdi-linux-grsec/APKBUILD +++ b/main/dahdi-linux-grsec/APKBUILD @@ -58,7 +58,7 @@ prepare() { build() { cd "$srcdir/$_realname-$_dahdiver" - export GCC_SPECS=/usr/share/gcc/hardenednopie.specs + export GCC_SPECS=hardenednopie.specs make KVERS="${_abi_release}" DYNFS="yes" MODULES_EXTRA="zaphfc" \ || return 1 } |