0002-link-libmxml-with-pthread.patch 800 B

123456789101112131415161718192021222324252627
  1. From 5e415d207465f41ae821235eb64c94916b515260 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= <goneri@rulezlan.org>
  3. Date: Fri, 1 Jun 2018 14:20:10 +0200
  4. Subject: [PATCH 2/7] link libmxml with pthread
  5. This patch was taken from Debian's libmxml 2.11-1 source:
  6. 02_link_with_pthread.diff
  7. ---
  8. Makefile.in | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/Makefile.in b/Makefile.in
  11. index eef14fe..70c322c 100644
  12. --- a/Makefile.in
  13. +++ b/Makefile.in
  14. @@ -271,7 +271,7 @@ mxml1.dll: $(LIBOBJS)
  15. libmxml.so.1.6: $(LIBOBJS)
  16. echo Creating $@...
  17. - $(DSO) $(DSOFLAGS) -o libmxml.so.1.6 $(LIBOBJS)
  18. + $(DSO) $(DSOFLAGS) -o libmxml.so.1.6 $(LIBOBJS) $(LIBS)
  19. $(RM) libmxml.so libmxml.so.1
  20. $(LN) libmxml.so.1.6 libmxml.so
  21. $(LN) libmxml.so.1.6 libmxml.so.1
  22. --
  23. 2.11.0