summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-01-27 22:07:04 +0000
committerepg <epg@pkgsrc.org>2004-01-27 22:07:04 +0000
commite754ec8b4873cf94781c71bef104c91f3e02c77e (patch)
tree2fe000167b081d12baeaec4427aa239d98a2cd6a /devel/apr
parent184c2532cc5ddf499eaf115f6c01d8c5848fbf9b (diff)
downloadpkgsrc-e754ec8b4873cf94781c71bef104c91f3e02c77e.tar.gz
Ensure apr-util never picks up gdbm (sometimes helps on GNU/Linux).
Diffstat (limited to 'devel/apr')
-rw-r--r--devel/apr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 9950f14b63a..719db737f01 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/18 18:55:24 epg Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/27 22:07:04 epg Exp $
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
PKGREVISION= 1
@@ -35,7 +35,8 @@ APR_CONFIGURE_ARGS= \
APU_CONFIGURE_ARGS= \
--prefix=${PREFIX} \
--with-apr=${WRKSRC}/apr \
- --with-expat=${BUILDLINK_PREFIX.expat}
+ --with-expat=${BUILDLINK_PREFIX.expat} \
+ --without-gdbm
.include "../../mk/bsd.prefs.mk"
.if ${APR_USE_DB4} == "YES"