Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Mon, 29 Aug 2022 08:44:54
Message-Id: 1661762652.65e96f9106c5e74d5943b820fe0643714ca192e2.grobian@gentoo
1 commit: 65e96f9106c5e74d5943b820fe0643714ca192e2
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 08:44:12 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:44:12 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=65e96f91
7
8 build-sys: regenerate
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 config.h.in | 6 ++++++
13 configure | 10 ++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/config.h.in b/config.h.in
17 index a9871ea..da59340 100644
18 --- a/config.h.in
19 +++ b/config.h.in
20 @@ -54,6 +54,12 @@
21 /* Define to 1 if // is a file system root distinct from /. */
22 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
23
24 +/* Define if qmanifest should be compiled */
25 +#undef ENABLE_QMANIFEST
26 +
27 +/* Define if qtegrity should be compiled */
28 +#undef ENABLE_QTEGRITY
29 +
30 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
31 #undef FCNTL_DUPFD_BUGGY
32
33
34 diff --git a/configure b/configure
35 index 32304a1..19ec19c 100755
36 --- a/configure
37 +++ b/configure
38 @@ -32901,6 +32901,16 @@ else
39 QTEGRITY_ENABLED_FALSE=
40 fi
41
42 +if test "x$enable_qmanifest" != xno ; then
43 +
44 +printf "%s\n" "#define ENABLE_QMANIFEST 1" >>confdefs.h
45 +
46 +fi
47 +if test "x$enable_qtegrity" != xno ; then
48 +
49 +printf "%s\n" "#define ENABLE_QTEGRITY 1" >>confdefs.h
50 +
51 +fi
52
53 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler vendor" >&5
54 printf %s "checking for C compiler vendor... " >&6; }