From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74C13138350 for ; Wed, 29 Apr 2020 21:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0FCE091F; Wed, 29 Apr 2020 21:37:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A80A1E091F for ; Wed, 29 Apr 2020 21:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C848A34EEC8 for ; Wed, 29 Apr 2020 21:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685291DD for ; Wed, 29 Apr 2020 21:37:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1588196236.4a97472903679c7d85ca391aeedaea3ce7797acf.zlogene@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: / X-VCS-Repository: proj/pambase X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4a97472903679c7d85ca391aeedaea3ce7797acf X-VCS-Branch: master Date: Wed, 29 Apr 2020 21:37:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18da6d5c-d044-4622-a0a0-2ece176bfc6b X-Archives-Hash: f06e8f40d196cdb9b65c13803a0abb0e commit: 4a97472903679c7d85ca391aeedaea3ce7797acf Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 29 21:37:16 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 29 21:37:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=4a974729 allow clang-cpp Signed-off-by: Mikle Kolyada gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39f0082..9afc842 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Reset this to 'cpp' so it gets traditional syntax; cc -E will not work # properly. -CPP=cpp +CPP?=cpp # The pam.d file to create PAMD=login passwd su system-auth system-login system-local-login system-remote-login system-services other