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 CEDC7158041 for ; Fri, 15 Mar 2024 02:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E76D0E29E0; Fri, 15 Mar 2024 02:37:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BEBDFE29E1 for ; Fri, 15 Mar 2024 02:37:42 +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 ACCD933BF36 for ; Fri, 15 Mar 2024 02:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15233FCB for ; Fri, 15 Mar 2024 02:37:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710470004.195d4c82c66a72c929422c18a979e61ef83bfe01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libapparmor/files/, sys-libs/libapparmor/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libapparmor/files/libapparmor-3.1.4-clang-flto-partition.patch sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild X-VCS-Directories: sys-libs/libapparmor/files/ sys-libs/libapparmor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 195d4c82c66a72c929422c18a979e61ef83bfe01 X-VCS-Branch: master Date: Fri, 15 Mar 2024 02:37:40 +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: 301d14ee-c7a9-4e1c-b2f0-d7b55c9304c1 X-Archives-Hash: a7d9077153d62d81cd35f5502537c1dc commit: 195d4c82c66a72c929422c18a979e61ef83bfe01 Author: LinuxUserGD gmail com> AuthorDate: Sun Mar 10 16:00:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 15 02:33:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195d4c82 sys-libs/libapparmor: test compiler support of flto-partition flag [sam: Drop revbump.] [sam: Fix $() -> ${} in patch.] Closes: https://bugs.gentoo.org/919463 Upstream-PR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1155 Upstream-Commit: https://gitlab.com/apparmor/apparmor/-/commit/d8bb0435c2b283fe9eed2a6db9a0b09ac2566c0e Signed-off-by: LinuxUserGD gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29512 Closes: https://github.com/gentoo/gentoo/pull/35697 Signed-off-by: Sam James gentoo.org> .../libapparmor-3.1.4-clang-flto-partition.patch | 33 ++++++++++++++++++++++ sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild | 4 +++ 2 files changed, 37 insertions(+) diff --git a/sys-libs/libapparmor/files/libapparmor-3.1.4-clang-flto-partition.patch b/sys-libs/libapparmor/files/libapparmor-3.1.4-clang-flto-partition.patch new file mode 100644 index 000000000000..6cb3528ea4db --- /dev/null +++ b/sys-libs/libapparmor/files/libapparmor-3.1.4-clang-flto-partition.patch @@ -0,0 +1,33 @@ +https://gitlab.com/apparmor/apparmor/-/commit/d8bb0435c2b283fe9eed2a6db9a0b09ac2566c0e +From d8bb0435c2b283fe9eed2a6db9a0b09ac2566c0e Mon Sep 17 00:00:00 2001 +From: John Johansen +Date: Sun, 25 Feb 2024 03:31:01 +0000 +Subject: [PATCH] Merge makefiles: test for support of flto-partition flag +--- a/configure.ac ++++ b/configure.ac +@@ -92,6 +92,13 @@ if test "$ac_cv_prog_cc_c99" = "no"; then + AC_MSG_ERROR([C99 mode is required to build libapparmor]) + fi + ++EXTRA_CFLAGS="-Wall ${EXTRA_WARNINGS} -fPIC" ++AX_CHECK_COMPILE_FLAG([-flto-partition=none], , , [-Werror]) ++AS_VAR_IF([ax_cv_check_cflags__Werror__flto_partition_none], [yes], ++ [EXTRA_CFLAGS="$EXTRA_CFLAGS -flto-partition=none"] ++ ,) ++AC_SUBST([AM_CFLAGS], ["$EXTRA_CFLAGS"]) ++ + AC_OUTPUT( + Makefile + doc/Makefile +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -39,7 +39,6 @@ include $(COMMONDIR)/Make.rules + BUILT_SOURCES = grammar.h scanner.h af_protos.h + AM_LFLAGS = -v + AM_YFLAGS = -d -p aalogparse_ +-AM_CFLAGS = -Wall $(EXTRA_WARNINGS) -fPIC -flto-partition=none + AM_CPPFLAGS = -D_GNU_SOURCE -I$(top_srcdir)/include/ + scanner.h: scanner.l + $(LEX) -v $< +-- +GitLab diff --git a/sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild b/sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild index 0b01f9a89d00..30cc21d16aee 100644 --- a/sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.1.4-r1.ebuild @@ -46,6 +46,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${PN}-3.1.4-clang-flto-partition.patch +) + src_prepare() { default