aboutsummaryrefslogtreecommitdiffstats
path: root/main/dahdi-linux-grsec/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/dahdi-linux-grsec/APKBUILD')
-rw-r--r--main/dahdi-linux-grsec/APKBUILD2
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
}