diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-17 20:02:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-17 20:02:42 +0000 |
commit | cda91d43967b4348f38d843bcc36c97fd57522b0 (patch) | |
tree | aa9560f6d8407b3cc5c519c1cfb21f3f8845bfe5 /devel | |
parent | 083b6c984559d4d8664233717d962a4b661b063a (diff) | |
download | pkgsrc-cda91d43967b4348f38d843bcc36c97fd57522b0.tar.gz |
Disable ODBC explicitly.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr-util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index b46788d3cd7..8bf41e8541a 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/11/01 17:44:52 adam Exp $ +# $NetBSD: Makefile,v 1.19 2011/01/17 20:02:42 minskim Exp $ DISTNAME= apr-util-1.3.10 CATEGORIES= devel @@ -20,6 +20,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-odbc CONFIGURE_ARGS+= --without-sqlite2 PKGCONFIG_OVERRIDE+= apr-util.pc.in |