./configure --disable-perl and other unused languages in RHEL 10
Fixes: commit 4098de8c52789f30ac9557e934b24fb1c57020af (cherry picked from commit 4bc66245565b4619740794dc104d0979748c7974)
This commit is contained in:
parent
0bcd2b685d
commit
966f07f59b
@ -753,6 +753,13 @@ fi
|
||||
%endif
|
||||
--without-java \
|
||||
--disable-erlang \
|
||||
%if 0%{?rhel}
|
||||
--disable-gobject \
|
||||
--disable-lua \
|
||||
--disable-perl \
|
||||
--disable-php \
|
||||
--disable-ruby \
|
||||
%endif
|
||||
$extra
|
||||
|
||||
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
|
||||
|
Loading…
Reference in New Issue
Block a user