summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-14 16:33:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-14 16:33:33 +0100
commit5e1ec97b8b443ef53f7ac6f3b979d9065a6afc1b (patch)
tree4cdef39762c8c884add63aec2cd613805ea8f25d /sys-apps
parentcccf51a5ecba5ad75663fa0d716122355f265f2e (diff)
sys-apps/v86d : fix broken build
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/v86d/v86d-0.1.10-r1.ebuild (renamed from sys-apps/v86d/v86d-0.1.10.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/v86d/v86d-0.1.10.ebuild b/sys-apps/v86d/v86d-0.1.10-r1.ebuild
index 8cd85d8d..c88ca6a1 100644
--- a/sys-apps/v86d/v86d-0.1.10.ebuild
+++ b/sys-apps/v86d/v86d-0.1.10-r1.ebuild
@@ -38,7 +38,7 @@ src_configure() {
src_compile() {
# Disable stack protector, as it does not work with klibc (bug #346397).
filter-flags -fstack-protector -fstack-protector-all
- emake KDIR="${KV_DIR}" || die
+ emake KDIR="/usr" || die
}
src_install() {