소스 검색

always enable Perl support as we depend on Perl anyway

Ralf S. Engelschall 17 년 전
부모
커밋
925caca359
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      freeradius/freeradius.spec

+ 1 - 1
freeradius/freeradius.spec

@@ -122,6 +122,7 @@ AutoReqProv:  no
         --without-threads \
         --with-openssl-includes=%{l_prefix}/include/openssl \
         --with-openssl-libraries=%{l_prefix}/lib/ \
+        --with-rlm_perl \
 %if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes"
         --with-rlm_sql \
         --with-rlm_sqlippool \
@@ -162,7 +163,6 @@ AutoReqProv:  no
         --without-rlm_dbm \
         --without-rlm_otp \
         --without-rlm_pam \
-        --without-rlm_perl \
         --without-rlm_python \
 %if "%{with_snmp}" == "yes"
         --with-snmp \