mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-mta/proton-mail-bridge: disable PCH for the GUI
Enabled on Gentoo by default (in cmake.eclass), appears to cause problems for some users. Closes: https://bugs.gentoo.org/921938 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -63,6 +63,7 @@ src_configure() {
|
||||
-DBRIDGE_REPO_ROOT="${S}"
|
||||
-DBRIDGE_TAG="NOTAG"
|
||||
-DBRIDGE_VENDOR="Gentoo Linux"
|
||||
-DCMAKE_DISABLE_PRECOMPILE_HEADERS=OFF
|
||||
)
|
||||
BUILD_DIR="${WORKDIR}"/gui_build \
|
||||
CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \
|
||||
|
||||
Reference in New Issue
Block a user