SHA256
1
0
forked from pool/text-engine

Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
3f2c1aaba1 Accepting request 1225761 from devel:libraries:c_c++
- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types (forwarded request 1225760 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1225761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/text-engine?expand=0&rev=4
2024-11-22 22:52:10 +00:00
Richard Rahl
b94d70eedb - fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/text-engine?expand=0&rev=8
2024-11-22 09:14:52 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 09:13:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types
-------------------------------------------------------------------
Thu Aug 29 01:22:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@ -56,7 +56,7 @@ Requires: lib%{name}-%{soversion} >= %{version}
%autosetup -p1
%build
export CFLAGS="${optflags} -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated-declarations -Wno-incompatible-pointer-types"
export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
%meson
%meson_build