]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Fix false positive in kismet's build log.
authorSimon Ruderich <simon@ruderich.org>
Thu, 28 Feb 2013 14:30:36 +0000 (15:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 28 Feb 2013 14:30:36 +0000 (15:30 +0100)
bin/blhc
t/logs/configure

index 01c0e0223499d5a436cd6ec181bab6a4c20546ed..1bdea292cc027251fe9c3e811f19ed1c8dc27c89 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -440,6 +440,7 @@ sub is_non_verbose_build {
     #
     # C++ compiler setting.
     return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/;
+    return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/;
     # "Compiling" with no file name.
     if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) {
         # $file_extension_regex may need spaces around the filename.
index 91cb3544ced2ba5511544501c1d0afb56041efec..5f45d196d2c5777c588439ffb3281034558f7569 100644 (file)
@@ -102,3 +102,22 @@ CC      = cc
 CC=gcc
 CC_I386=$(CC) -m32
 HOST_CC=gcc
+
+# From kismet.
+Configuration complete:
+         Compiling for: linux-gnu (i486)
+           C++ Library: stdc++
+   Installing as group: root
+    Man pages owned by: man
+       Installing into: /usr
+          Setuid group: kismet
+      Terminal Control: ncurses
+   Linux WEXT capture : yes
+   OSX/Darwin capture : n/a (only OSX/Darwin)
+   PCRE Regex Filters : yes
+          pcap capture: yes
+       airpcap control: n/a (only Cygwin/Win32)
+        PPI log format: yes
+LibCapability (enhanced
+   privilege dropping): yes
+         Linux Netlink: yes (mac80211 VAP creation) - libnl-3.0 libnl-genl-3.0