git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1a537ec
)
contrib/buildsystems: also handle -lexpat
author
Johannes Schindelin
<redacted>
Mon, 29 Jul 2019 20:08:10 +0000
(13:08 -0700)
committer
Junio C Hamano
<redacted>
Mon, 29 Jul 2019 21:51:43 +0000
(14:51 -0700)
This is a dependency required for the non-smart HTTP backend.
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/buildsystems/engine.pl
patch
|
blob
|
history
diff --git
a/contrib/buildsystems/engine.pl
b/contrib/buildsystems/engine.pl
index c35844a0c79f8fd689e3584e0873dbc91dea3e53..9bde7ae15b538eacfc4ee1a2f4855495f114723d 100755
(executable)
--- a/
contrib/buildsystems/engine.pl
+++ b/
contrib/buildsystems/engine.pl
@@
-347,6
+347,8
@@
sub handleLinkLine
push(@libs, "ssleay32.lib");
} elsif ("$part" eq "-lcurl") {
push(@libs, "libcurl.lib");
+ } elsif ("$part" eq "-lexpat") {
+ push(@libs, "expat.lib");
} elsif ("$part" eq "-liconv") {
push(@libs, "libiconv.lib");
} elsif ($part =~ /^-/) {
git clone https://git.99rst.org/PROJECT