pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxml2 disable threads - it's not clear this...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9b77e4aa0cc
branches: trunk
changeset: 461249:a9b77e4aa0cc
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat Sep 13 07:23:36 2003 +0000
description:
disable threads - it's not clear this is necessary (it's only used
for some optional internal locking), and this library needs to be usable
by nonthreaded programs too, like php4-domxml
bump PKGREVISION for this; buildlink not changed, since library users
generally don't care about this
diffstat:
textproc/libxml2/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 0d8a9d5a6bfe -r a9b77e4aa0cc textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Sat Sep 13 06:22:49 2003 +0000
+++ b/textproc/libxml2/Makefile Sat Sep 13 07:23:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2003/08/29 11:22:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.36 2003/09/13 07:23:36 jdolecek Exp $
DISTNAME= libxml2-${LIBXML_VERSION}
CATEGORIES= textproc
@@ -16,6 +16,7 @@
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in
LIBXML_VERSION= 2.5.10
+PKGREVISION= 1
PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION}
GNU_CONFIGURE= yes
@@ -23,6 +24,10 @@
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-python
+# Don't use threads - it's not apparent whether it's necessary or not,
+# and this library needs to be usable by non-threaded applications too
+CONFIGURE_ARGS+= --without-threads
+
MAKE_ENV+= PAX=${PAX:Q}
TEST_TARGET= check
@@ -34,5 +39,4 @@
.include "../../converters/libiconv/buildlink2.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
-.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index