SHA256
1
0
forked from pool/wezterm

- 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
This commit is contained in:
Soc Virnyl Estela 2023-06-15 17:04:29 +00:00 committed by Git OBS Bridge
parent 355e3132a8
commit 9741263a39
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 15 17:03:30 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Package is incompatible with native libraries. Disabling by commenting
out CFLAGS and CXXFLAGS.
-------------------------------------------------------------------
Thu Jun 15 16:35:37 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -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