forked from pool/text-engine
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
3f2c1aaba1 | |||
|
b94d70eedb | ||
2a202547c5 | |||
204250502e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e515d7c7ca73df0239c9badf12d80846aa1479c6e084fd8c791881e17db540d
|
||||
size 15728
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user