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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CF4D158094 for ; Mon, 29 Aug 2022 08:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60468E08CE; Mon, 29 Aug 2022 08:44:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48CB0E08CE for ; Mon, 29 Aug 2022 08:44:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76C29340F1D for ; Mon, 29 Aug 2022 08:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9D958D for ; Mon, 29 Aug 2022 08:44:50 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1661762652.65e96f9106c5e74d5943b820fe0643714ca192e2.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: config.h.in configure X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 65e96f9106c5e74d5943b820fe0643714ca192e2 X-VCS-Branch: master Date: Mon, 29 Aug 2022 08:44:50 +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: eed8dc08-a34b-4025-a410-d9d3ca06093d X-Archives-Hash: 08898e9a2b8d0a7b74efa2a5c7fb2c76 commit: 65e96f9106c5e74d5943b820fe0643714ca192e2 Author: Fabian Groffen gentoo org> AuthorDate: Mon Aug 29 08:44:12 2022 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Aug 29 08:44:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=65e96f91 build-sys: regenerate Signed-off-by: Fabian Groffen gentoo.org> config.h.in | 6 ++++++ configure | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/config.h.in b/config.h.in index a9871ea..da59340 100644 --- a/config.h.in +++ b/config.h.in @@ -54,6 +54,12 @@ /* Define to 1 if // is a file system root distinct from /. */ #undef DOUBLE_SLASH_IS_DISTINCT_ROOT +/* Define if qmanifest should be compiled */ +#undef ENABLE_QMANIFEST + +/* Define if qtegrity should be compiled */ +#undef ENABLE_QTEGRITY + /* Define this to 1 if F_DUPFD behavior does not match POSIX */ #undef FCNTL_DUPFD_BUGGY diff --git a/configure b/configure index 32304a1..19ec19c 100755 --- a/configure +++ b/configure @@ -32901,6 +32901,16 @@ else QTEGRITY_ENABLED_FALSE= fi +if test "x$enable_qmanifest" != xno ; then + +printf "%s\n" "#define ENABLE_QMANIFEST 1" >>confdefs.h + +fi +if test "x$enable_qtegrity" != xno ; then + +printf "%s\n" "#define ENABLE_QTEGRITY 1" >>confdefs.h + +fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler vendor" >&5 printf %s "checking for C compiler vendor... " >&6; }