소스 검색

unfortunately only binutils 2.11 or higher works

Ralf S. Engelschall 24 년 전
부모
커밋
994d79bcfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      perl/perl.spec

+ 1 - 1
perl/perl.spec

@@ -101,7 +101,7 @@ AutoReqProv:  no
                 v=`(rpm -q --qf '%{VERSION}' binutils) 2>/dev/null`
             fi
             case "$v" in
-                2.10.* | 2.11.* ) ;;
+                2.1[1-9].* ) ;;
                 * ) cc=`%{l_shtool} path -p/bin:/usr/bin:$PATH cc`; cflags="-O" ;;
             esac
             ;;