diff --git a/liburing.changes b/liburing.changes index 7268ff4..dff6e2e 100644 --- a/liburing.changes +++ b/liburing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 30 15:26:15 UTC 2023 - Guillaume GARDET + +- Make use of openSUSE build flags + ------------------------------------------------------------------- Fri Sep 15 05:28:44 UTC 2023 - Jiri Slaby diff --git a/liburing.spec b/liburing.spec index b2c4539..e19490d 100644 --- a/liburing.spec +++ b/liburing.spec @@ -70,6 +70,7 @@ for the Linux-native io_uring. %build # not autotools, so configure macro doesn't work +%set_build_flags sh ./configure --prefix=%{_prefix} \ --includedir=%{_includedir} \ --libdir=/%{_libdir} \