Accepting request 1155422 from devel:languages:python:Factory
OBS-URL: https://build.opensuse.org/request/show/1155422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=192
This commit is contained in:
commit
fe9da3296b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Build with -std=gnu89 to build correctly with gcc14, bsc#1220970
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -347,7 +347,8 @@ sed -i -e 's/python2_package_prefix python2/python2_package_prefix python/' macr
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv"
|
# -std=gnu89 option is needed to build with gcc14, bsc#1220970
|
||||||
|
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv -std=gnu89"
|
||||||
|
|
||||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Build with -std=gnu89 to build correctly with gcc14, bsc#1220970
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Build with -std=gnu89 to build correctly with gcc14, bsc#1220970
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -389,7 +389,8 @@ cp %{SOURCE8} Lib/
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv"
|
# -std=gnu89 option is needed to build with gcc14, bsc#1220970
|
||||||
|
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv -std=gnu89"
|
||||||
|
|
||||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user