During python3 build, enable Perl.
It is now required for building the images in test-data/phony-guests, whereas previously these were only built for tests.
This commit is contained in:
parent
60da1875b3
commit
3c243fded1
@ -864,7 +864,7 @@ pushd python3
|
||||
export PYTHON=%{__python3}
|
||||
# Copy the cache to speed the build:
|
||||
cp ../generator/.pod2text* generator/
|
||||
%{localconfigure} --enable-python --disable-perl --disable-ruby --disable-haskell --disable-php --disable-erlang --disable-lua --disable-golang --disable-gobject
|
||||
%{localconfigure} --enable-python --enable-perl --disable-ruby --disable-haskell --disable-php --disable-erlang --disable-lua --disable-golang --disable-gobject
|
||||
%{localmake}
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user