pkgsrc/textproc/libxml/patches/patch-ac
martti 89d1d449bd Updated libxml to 1.8.17
* parserold.c (xmlOldParseAttValue): Ensure you've got enough
  characters in your readahead buffer before you check NXT(1).
* tree.c (xmlStaticCopyNode) : back port a fix from xml2
  to correctly namespace copied nodes.
2002-08-26 10:21:04 +00:00

13 lines
325 B
Text

$NetBSD: patch-ac,v 1.5 2002/08/26 10:21:05 martti Exp $
--- configure.orig Wed Jan 23 23:49:17 2002
+++ configure Mon Aug 26 11:42:11 2002
@@ -6588,7 +6588,7 @@
fi
-XML_LIBDIR='-L${libdir}'
+XML_LIBDIR='-L${libdir} -Wl,-R${libdir}'
XML_INCLUDEDIR='-I${includedir}/gnome-xml'
XML_LIBS="-lxml $Z_LIBS $M_LIBS $LIBS"