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 A08E6158089 for ; Tue, 7 Nov 2023 14:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA72F2BC013; Tue, 7 Nov 2023 14:03:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE08D2BC013 for ; Tue, 7 Nov 2023 14:03:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E526E335CB4 for ; Tue, 7 Nov 2023 14:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F4E8AAC for ; Tue, 7 Nov 2023 14:03:32 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1699365698.5db66eaa13af265e6e3cb1ab459d3431f7b595bd.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/files/, net-misc/megasync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch net-misc/megasync/megasync-4.10.0.0.ebuild X-VCS-Directories: net-misc/megasync/files/ net-misc/megasync/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 5db66eaa13af265e6e3cb1ab459d3431f7b595bd X-VCS-Branch: dev Date: Tue, 7 Nov 2023 14:03:32 +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: 81225491-0692-4b6f-a223-071ed60b3adb X-Archives-Hash: b5aa00fa65588a0090fd4a205b5ac8ee commit: 5db66eaa13af265e6e3cb1ab459d3431f7b595bd Author: Takuya Wakazono gmail com> AuthorDate: Tue Nov 7 14:01:38 2023 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Tue Nov 7 14:01:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5db66eaa net-misc/megasync: strip unnecessary CXXFLAGS Closes: https://bugs.gentoo.org/916992 Signed-off-by: Takuya Wakazono gmail.com> net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch | 13 +++++++++++++ net-misc/megasync/megasync-4.10.0.0.ebuild | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch b/net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch index dfb6b9f3b1..2fa2e3aac2 100644 --- a/net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch +++ b/net-misc/megasync/files/megasync-4.10.0.0_fix-build.patch @@ -18,6 +18,19 @@ index 33668b4ee..061e0d445 100644 update_cache.path = $$PWD - INSTALLS += update_cache } +diff --git a/src/MEGASync/google_breakpad/google_breakpad.pri b/src/MEGASync/google_breakpad/google_breakpad.pri +index 122268aba..cd141a5f9 100644 +--- a/src/MEGASync/google_breakpad/google_breakpad.pri ++++ b/src/MEGASync/google_breakpad/google_breakpad.pri +@@ -43,8 +43,6 @@ unix:!macx { + SOURCES += $$PWD/common/linux/elfutils.cc + SOURCES += $$PWD/common/string_conversion.cc + SOURCES += $$PWD/common/convert_UTF.c +- +- QMAKE_CXXFLAGS+=-g + } + + win32 { diff --git a/src/MEGASync/platform/platform.pri b/src/MEGASync/platform/platform.pri index 99f4dbd4f..ef5553508 100644 --- a/src/MEGASync/platform/platform.pri diff --git a/net-misc/megasync/megasync-4.10.0.0.ebuild b/net-misc/megasync/megasync-4.10.0.0.ebuild index e71a988b03..27222f3a63 100644 --- a/net-misc/megasync/megasync-4.10.0.0.ebuild +++ b/net-misc/megasync/megasync-4.10.0.0.ebuild @@ -113,8 +113,7 @@ src_configure() { $(use_enable examples) \ $(use_enable java) \ $(use_enable php) \ - $(use_enable python) \ - "--enable-gcc-hardening" + $(use_enable python) cd "${S}/src" local myeqmakeargs=(