fix libxml flag
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 20 Mar 2007 01:30:40 +0000 (01:30 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 20 Mar 2007 01:30:40 +0000 (01:30 +0000)
cgi-bin/show_status.pl

index 6e425e1ab355e814e0b3d83b11f7b61f53ca7b83..3e35bcfbfc2e20a008b0ee03c995d108859e3054 100644 (file)
@@ -91,6 +91,7 @@ while (my $row = $sth->fetchrow_hashref)
     $row->{build_flags}  =~ s/^\{(.*)\}$/$1/;
     $row->{build_flags}  =~ s/,/ /g;
     $row->{build_flags}  =~ s/--((enable|with)-)?//g;
+       $row->{build_flags} =~ s/libxml/xml/;
     $row->{build_flags}  =~ s/\S+=\S+//g;
     push(@$statrows,$row);
 }