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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A395C158042 for ; Wed, 30 Oct 2024 22:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94AECE07E6; Wed, 30 Oct 2024 22:50:28 +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 775CEE07EA for ; Wed, 30 Oct 2024 22:50:28 +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 7BCCD343066 for ; Wed, 30 Oct 2024 22:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B601F41 for ; Wed, 30 Oct 2024 22:50:25 +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: <1730328604.0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b X-VCS-Branch: master Date: Wed, 30 Oct 2024 22:50:25 +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: af87eb6f-caf0-4760-af5a-d5906589b844 X-Archives-Hash: 01e76df985cc2607091cdd3bac5b4a78 commit: 0ccd18bf8c3474e3a01d6052ddc5e05d8dceef5b Author: Sam James gentoo org> AuthorDate: Wed Oct 30 22:49:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 30 22:50:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccd18bf dev-debug/dtrace: update live for _FORTIFY_SOURCE fix Bug: https://github.com/oracle/dtrace-utils/issues/78 Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 63360b80ca91..a1e12159ab4c 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -116,9 +116,6 @@ src_configure() { tc-export CC - # https://github.com/oracle/dtrace-utils/issues/78 - tc-enables-fortify-source && append-cppflags -U_FORTIFY_SOURCE - # lld does this by default, so fix that, although lld fails anyway... # 'LIBDTRACE_1.0' to symbol 'dtrace_provider_modules' failed: symbol not defined append-ldflags $(test-flags-CCLD -Wl,--undefined-version)