Skip to content

Commit 80e67ef

Browse files
committed
Fix the patch from #1953 to work with both git and patch
Closes #1954
1 parent 7cf1b85 commit 80e67ef

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
--- Makefile.in.orig 2019-12-04 06:31:23.930568000 +0900
2-
+++ Makefile.in 2019-12-04 06:31:26.838389000 +0900
3-
@@ -1057,7 +1057,7 @@
1+
From 0b6ae484761fa01242fe8b67b54e3eb2d282d83d Mon Sep 17 00:00:00 2001
2+
From: Mike Dalessio <[email protected]>
3+
Date: Wed, 4 Dec 2019 08:43:51 -0500
4+
Subject: [PATCH] fix libxml2.la's path
5+
6+
---
7+
Makefile.in | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/Makefile.in b/Makefile.in
11+
index cf96d41..1372d8b 100644
12+
--- a/Makefile.in
13+
+++ b/Makefile.in
14+
@@ -1057,7 +1057,7 @@ clean-noinstLTLIBRARIES:
415
rm -f $${locs}; \
516
}
617

@@ -9,3 +20,6 @@
920
$(AM_V_CCLD)$(libxml2_la_LINK) -rpath $(libdir) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
1021

1122
testdso.la: $(testdso_la_OBJECTS) $(testdso_la_DEPENDENCIES) $(EXTRA_testdso_la_DEPENDENCIES)
23+
--
24+
2.17.1
25+

0 commit comments

Comments
 (0)