forked from pool/liburing
Accepting request 1130864 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1130864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liburing?expand=0&rev=19
This commit is contained in:
commit
a5bf691ecf
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 16:39:29 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix build on 32-bit x86
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 15:26:15 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Make use of openSUSE build flags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 05:28:44 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
|
@ -70,6 +70,12 @@ for the Linux-native io_uring.
|
||||
|
||||
%build
|
||||
# not autotools, so configure macro doesn't work
|
||||
%set_build_flags
|
||||
%ifarch %{ix86}
|
||||
# Otherwise 32-bit x86 fails with: undefined reference to `__stack_chk_fail_local'
|
||||
export CFLAGS="%{optflags} -fno-stack-protector"
|
||||
export CPPFLAGS="%{optflags} -fno-stack-protector"
|
||||
%endif
|
||||
sh ./configure --prefix=%{_prefix} \
|
||||
--includedir=%{_includedir} \
|
||||
--libdir=/%{_libdir} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user