[gnome-build-meta/alatiera/wip-3-34-2: 2/2] 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: 2/2] Build vte with -fno-exceptions
- Date: Mon, 25 Nov 2019 12:08:47 +0000 (UTC)
commit 5ce00e5af414975cf613cc7f821d3a815ce1ec7d
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]