forked from pool/kexec-tools
Accepting request 1237061 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1237061 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=157
This commit is contained in:
commit
b8e5165555
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 01:01:01 UTC 2025 - olaf@aepfle.de
|
||||
|
||||
- force -std=gnu99 because C99 because the code uses features
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 14:17:03 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
|
@ -67,8 +67,8 @@ the loaded kernel after it panics.
|
||||
|
||||
%build
|
||||
autoreconf -fvi
|
||||
export CFLAGS="%{optflags} -fPIC"
|
||||
export BUILD_CFLAGS="%{optflags}"
|
||||
export CFLAGS="%{optflags} -fPIC -std=gnu99"
|
||||
export BUILD_CFLAGS="%{optflags} -std=gnu99"
|
||||
export LDFLAGS="-pie"
|
||||
%configure
|
||||
%make_build
|
||||
|
Loading…
Reference in New Issue
Block a user