]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Ignore buildd's Depends: output.
[blhc/blhc.git] / bin / blhc
index a29313dfffb97dc2bee2b74f9c9f8e729f045ac6..bd9ebbdb644eb52ca5b9f782f9ff0616077dc02e 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -345,6 +345,10 @@ while (my $line = <>) {
                     or $line =~ /^\s*(?:- )?(?:CC|CXX)\s*=\s*$cc_regex\s*$/
                     or $line =~ /^\s*-- Check for working (?:C|CXX) compiler: /
                     or $line =~ /^\s*(?:echo )?Using [A-Z_]+\s*=\s*/;
+            # Debian buildd output.
+            next if $line =~ /^\s*Depends: .*?$cc_regex.*?$/
+                    and $line !~ /\s-./; # option, prevent false negatives
+
 
             push @input, $line;
         }