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