summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-09 20:46:03 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-09 20:46:03 +0100
commitd2efca12808ad396e2adf711158115db7010654c (patch)
tree92b41ef7b4e0697b963d0a680ab25c1947a79e35 /sys-auth
parent61f68d95ddf333ee2ffc6bc166bf36140cda9898 (diff)
downloadbrancik-overlay-d2efca12808ad396e2adf711158115db7010654c.tar.gz
brancik-overlay-d2efca12808ad396e2adf711158115db7010654c.tar.bz2
Fix missing variable in sys-auth/poldi-9999.ebuild
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/poldi/poldi-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/poldi/poldi-9999.ebuild b/sys-auth/poldi/poldi-9999.ebuild
index ac70c6b..7f6cf6a 100644
--- a/sys-auth/poldi/poldi-9999.ebuild
+++ b/sys-auth/poldi/poldi-9999.ebuild
@@ -26,6 +26,8 @@ DOCS=( AUTHORS ChangeLog INSTALL NEWS README THANKS )
AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
PATCHES=( "${FILESDIR}/poldi-9999_fix_maintainer_mode.diff" )
src_configure() {