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:
Richard W.M. Jones 2015-10-30 20:25:46 +00:00
parent 60da1875b3
commit 3c243fded1

View File

@ -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