summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-09-18 21:30:52 +0000
committeradrianp <adrianp>2008-09-18 21:30:52 +0000
commit66abc47777d67d9b65e63b7f2a9e45b7c9c4b45f (patch)
tree16b5d5e00c7ca0e9d45cea44d58c20e617d5b734 /devel
parent03c90bfdc6b02343bc882c7e7402a0e17f2350fa (diff)
downloadpkgsrc-66abc47777d67d9b65e63b7f2a9e45b7c9c4b45f.tar.gz
If sqlite is installed but not selected by PKG_OPTIONS then don't
automagically comple in support for it. This fixes PLIST errors on install.
Diffstat (limited to 'devel')
-rw-r--r--devel/apr-util/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/apr-util/options.mk b/devel/apr-util/options.mk
index 34f4b2d90fa..3f5d23b1df3 100644
--- a/devel/apr-util/options.mk
+++ b/devel/apr-util/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/09/08 09:58:43 adam Exp $
+# $NetBSD: options.mk,v 1.3 2008/09/18 21:30:52 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.apr-util
PKG_SUPPORTED_OPTIONS= db4 ldap mysql pgsql sqlite3
@@ -37,4 +37,6 @@ CONFIGURE_ARGS+= --with-pgsql
PLIST.sqlite3= yes
CONFIGURE_ARGS+= --with-sqlite3
. include "../../databases/sqlite3/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-sqlite3
.endif