Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
contrib/buildsystems: also handle -lexpat
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Mon, 29 Jul 2019 20:08:10 +0000
(13:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/engine.pl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
1a537ec
)
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 =~ /^-/) {