summaryrefslogtreecommitdiff
path: root/sys-auth/pambase/pambase-20191128.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pambase/pambase-20191128.ebuild')
-rw-r--r--sys-auth/pambase/pambase-20191128.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-auth/pambase/pambase-20191128.ebuild b/sys-auth/pambase/pambase-20191128.ebuild
index c2f09b9e78a1..f4e45cf8cb5d 100644
--- a/sys-auth/pambase/pambase-20191128.ebuild
+++ b/sys-auth/pambase/pambase-20191128.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="PAM base configuration files"
HOMEPAGE="https://github.com/gentoo/pambase"
SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz"
@@ -58,6 +60,7 @@ src_compile() {
emake \
GIT=true \
+ CPP="$(tc-getPROG CPP cpp)" \
$(use_var debug) \
$(use_var LIBCAP caps) \
$(use_var cracklib) \