Skip to content

Commit

Permalink
Add a patch to fix libxml2.la's path
Browse files Browse the repository at this point in the history
fix #1941
  • Loading branch information
nurse authored and flavorjones committed Dec 3, 2019
1 parent 061d75d commit 73c53ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch
@@ -0,0 +1,11 @@
--- 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 @@
rm -f $${locs}; \
}

-libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) $(EXTRA_libxml2_la_DEPENDENCIES)
+$(top_builddir)/libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) $(EXTRA_libxml2_la_DEPENDENCIES)
$(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)

0 comments on commit 73c53ee

Please sign in to comment.