git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0640671
)
fix libxml flag
author
Andrew Dunstan
<andrew@dunslane.net>
Tue, 20 Mar 2007 01:30:40 +0000
(
01:30
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Tue, 20 Mar 2007 01:30:40 +0000
(
01:30
+0000)
cgi-bin/show_status.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_status.pl
b/cgi-bin/show_status.pl
index 6e425e1ab355e814e0b3d83b11f7b61f53ca7b83..3e35bcfbfc2e20a008b0ee03c995d108859e3054 100644
(file)
--- a/
cgi-bin/show_status.pl
+++ b/
cgi-bin/show_status.pl
@@
-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);
}