autoreconf everywhere
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=76
This commit is contained in:
parent
074122cee8
commit
90f82303ad
@ -150,11 +150,9 @@ export SUSE_ASNEEDED=0
|
||||
########################################
|
||||
export OPT="$RPM_OPT_FLAGS"
|
||||
########################################
|
||||
# regenerate (only on > 11.2 because of autoconf version)
|
||||
# regenerate
|
||||
########################################
|
||||
%if %{?suse_version: %{suse_version} > 1120} %{!?suse_version:1}
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
%endif
|
||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||
# python installation
|
||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||
|
@ -198,11 +198,9 @@ export SUSE_ASNEEDED=0
|
||||
########################################
|
||||
export OPT="$RPM_OPT_FLAGS"
|
||||
########################################
|
||||
# regenerate (only on > 11.2 because of autoconf version)
|
||||
# regenerate
|
||||
########################################
|
||||
%if %{?suse_version: %{suse_version} > 1120} %{!?suse_version:1}
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
%endif
|
||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||
# python installation
|
||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user