autoreconf everywhere
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=76
This commit is contained in:
committed by
Git OBS Bridge
parent
074122cee8
commit
90f82303ad
@@ -150,11 +150,9 @@ export SUSE_ASNEEDED=0
|
|||||||
########################################
|
########################################
|
||||||
export OPT="$RPM_OPT_FLAGS"
|
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
|
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||||
%endif
|
|
||||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||||
# python installation
|
# python installation
|
||||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||||
|
@@ -198,11 +198,9 @@ export SUSE_ASNEEDED=0
|
|||||||
########################################
|
########################################
|
||||||
export OPT="$RPM_OPT_FLAGS"
|
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
|
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||||
%endif
|
|
||||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||||
# python installation
|
# python installation
|
||||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||||
|
Reference in New Issue
Block a user