6
0
forked from pool/libinstpatch

Compare commits

...

10 Commits

Author SHA256 Message Date
b8e1de4f1d Accepting request 1268433 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1268433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=10
2025-04-11 14:45:47 +00:00
633627c568 add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libinstpatch?expand=0&rev=23
2025-04-10 14:18:58 +00:00
acc0cedd20 Accepting request 934562 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/934562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=9
2021-12-01 19:46:50 +00:00
6da6905a67 Accepting request 868374 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/868374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=8
2021-02-04 19:22:33 +00:00
e94789e6a7 Accepting request 809160 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/809160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=7
2020-06-02 12:33:28 +00:00
4312dbf878 Accepting request 795965 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/795965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=6
2020-04-25 18:12:12 +00:00
5ade3dca98 Accepting request 778962 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/778962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=5
2020-02-29 20:18:32 +00:00
0b35860044 Accepting request 762833 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/762833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=4
2020-01-10 16:51:07 +00:00
5fb0f5694d Accepting request 743867 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/743867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=3
2019-12-05 16:33:26 +00:00
b32a1614f4 Accepting request 663297 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/663297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinstpatch?expand=0&rev=2
2019-01-08 11:29:07 +00:00
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 8 11:53:12 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
still allow build on Leap 15.6
-------------------------------------------------------------------
Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -63,6 +63,7 @@ This package includes the header files for %{name}.
%autosetup
%build
export CFLAGS="%{optflags} -std=gnu11"
%cmake
%cmake_build