Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pambase:master commit in: /
Date: Wed, 29 Apr 2020 21:37:56
Message-Id: 1588196236.4a97472903679c7d85ca391aeedaea3ce7797acf.zlogene@gentoo
1 commit: 4a97472903679c7d85ca391aeedaea3ce7797acf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 21:37:16 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 21:37:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=4a974729
7
8 allow clang-cpp
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 39f0082..9afc842 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -1,6 +1,6 @@
20 # Reset this to 'cpp' so it gets traditional syntax; cc -E will not work
21 # properly.
22 -CPP=cpp
23 +CPP?=cpp
24
25 # The pam.d file to create
26 PAMD=login passwd su system-auth system-login system-local-login system-remote-login system-services other