[gnome-build-meta/alatiera/wip-3-34-2: 3/4] Build vte with -fno-exceptions
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/wip-3-34-2: 3/4] Build vte with -fno-exceptions
- Date: Sun, 24 Nov 2019 22:11:01 +0000 (UTC)
commit 9ae1e9fa0ac7e85073f4bcf90335d1044fe60e65
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Oct 24 15:02:48 2019 -0500
Build vte with -fno-exceptions
Fixes #207
elements/sdk/vte.bst | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/elements/sdk/vte.bst b/elements/sdk/vte.bst
index ce9aa588..9b73aeac 100644
--- a/elements/sdk/vte.bst
+++ b/elements/sdk/vte.bst
@@ -18,3 +18,16 @@ depends:
type: build
- filename: bootstrap-import.bst
junction: freedesktop-sdk.bst
+(?):
+- arch == "x86_64":
+ environment:
+ CXXFLAGS: '%{flags_x86_64} -fno-exceptions'
+- arch == "i686":
+ environment:
+ CXXFLAGS: '%{flags_i686} -fno-exceptions'
+- arch == "arm":
+ environment:
+ CXXFLAGS: '%{flags_arm} -fno-exceptions'
+- arch == "aarch64":
+ environment:
+ CXXFLAGS: '%{flags_aarch64} -fno-exceptions'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]