-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1954
- Loading branch information
1 parent
7cf1b85
commit 80e67ef
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
--- Makefile.in.orig 2019-12-04 06:31:23.930568000 +0900 | ||
+++ Makefile.in 2019-12-04 06:31:26.838389000 +0900 | ||
@@ -1057,7 +1057,7 @@ | ||
From 0b6ae484761fa01242fe8b67b54e3eb2d282d83d Mon Sep 17 00:00:00 2001 | ||
From: Mike Dalessio <[email protected]> | ||
Date: Wed, 4 Dec 2019 08:43:51 -0500 | ||
Subject: [PATCH] fix libxml2.la's path | ||
|
||
--- | ||
Makefile.in | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Makefile.in b/Makefile.in | ||
index cf96d41..1372d8b 100644 | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -1057,7 +1057,7 @@ clean-noinstLTLIBRARIES: | ||
rm -f $${locs}; \ | ||
} | ||
|
||
|
@@ -9,3 +20,6 @@ | |
$(AM_V_CCLD)$(libxml2_la_LINK) -rpath $(libdir) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS) | ||
|
||
testdso.la: $(testdso_la_OBJECTS) $(testdso_la_DEPENDENCIES) $(EXTRA_testdso_la_DEPENDENCIES) | ||
-- | ||
2.17.1 | ||
|
80e67ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
g