From 9741263a39abc9340cd6c11db7109018efa3d1a6b80f037cf109aecc1b63a5f6 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 15 Jun 2023 17:04:29 +0000 Subject: [PATCH] - Package is incompatible with native libraries. Disabling by commenting out CFLAGS and CXXFLAGS. OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=75 --- wezterm.changes | 6 ++++++ wezterm.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wezterm.changes b/wezterm.changes index d5399ae..c2abaea 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 15 17:03:30 UTC 2023 - Soc Virnyl Estela + +- Package is incompatible with native libraries. Disabling by commenting + out CFLAGS and CXXFLAGS. + ------------------------------------------------------------------- Thu Jun 15 16:35:37 UTC 2023 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index 86c2577..9c6e0af 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -107,8 +107,8 @@ tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo printf "%{version}" > .tag %build -export CFLAGS="%optflags" -export CXXFLAGS="%optflags" +# export CFLAGS="%%optflags" +# export CXXFLAGS="%%optflags" %if 0%{?suse_version} > 1500 %{cargo_build} --all-features %else