pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/apr-util If sqlite is installed but not selected...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a6361b74bbd
branches: trunk
changeset: 547536:8a6361b74bbd
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Sep 18 21:30:52 2008 +0000
description:
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:
devel/apr-util/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 1d641dae93ce -r 8a6361b74bbd devel/apr-util/options.mk
--- a/devel/apr-util/options.mk Thu Sep 18 21:14:59 2008 +0000
+++ b/devel/apr-util/options.mk Thu Sep 18 21:30:52 2008 +0000
@@ -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 @@
PLIST.sqlite3= yes
CONFIGURE_ARGS+= --with-sqlite3
. include "../../databases/sqlite3/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-sqlite3
.endif
Home |
Main Index |
Thread Index |
Old Index