summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2009-07-24 13:09:32 +0000
committerschmonz <schmonz@pkgsrc.org>2009-07-24 13:09:32 +0000
commit37ed6265905de44507e7319a7e522c53b868e49f (patch)
tree35c49540f92d8ad2d2f10c427768aff313fc0b35
parentcdae1b23a73883c42c2017ffebaad86b1075789e (diff)
downloadpkgsrc-37ed6265905de44507e7319a7e522c53b868e49f.tar.gz
Configure --without-sqlite2 in case it's unavoidably on the include path.
-rw-r--r--devel/apr-util/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile
index 9f1fd3242ce..477b1d57606 100644
--- a/devel/apr-util/Makefile
+++ b/devel/apr-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/06/08 13:24:57 tron Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/24 13:09:32 schmonz Exp $
DISTNAME= apr-util-1.3.7
CATEGORIES= devel
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --without-gdbm
+CONFIGURE_ARGS+= --without-sqlite2
PKGCONFIG_OVERRIDE+= apr-util.pc.in
MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q}