Browse Source

unfortunately only binutils 2.11 or higher works

Ralf S. Engelschall 24 years ago
parent
commit
994d79bcfc
1 changed files with 1 additions and 1 deletions
  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
             ;;