pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnunet: remove bdb from options, it is no longer supported.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Sat Feb 23 00:27:35 2019 +0000
Changeset: 8515c5db525b0c6a3fb67a1ece77132ba52520c3
Modified Files:
gnunet/options.mk
Log Message:
gnunet: remove bdb from options, it is no longer supported.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8515c5db525b0c6a3fb67a1ece77132ba52520c3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/options.mk | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 8409e27309..5baaad9bbb 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -2,7 +2,7 @@
#
PKG_OPTIONS_VAR= PKG_OPTIONS.gnunet
-PKG_SUPPORTED_OPTIONS= bdb gdbm inet6 tdb doc mdoc ssl libgcrypt idn mysql pgsql tests
+PKG_SUPPORTED_OPTIONS= gdbm inet6 tdb doc mdoc ssl libgcrypt idn mysql pgsql tests
PKG_SUGGESTED_OPTIONS= inet6 doc ssl libgcrypt
# openssl is currently required by:
@@ -26,15 +26,6 @@ PKG_SUGGESTED_OPTIONS= inet6 doc ssl libgcrypt
CONFIGURE_ARGS+= --disable-ipv6
#.endif
-.if !empty(PKG_OPTIONS:Mbdb)
-BDB_ACCEPTED= db4 db3 db2
-.include "../../mk/bdb.buildlink3.mk"
-CONFIGURE_ARGS+= --with-bdb=${BDBBASE}
-GNUNET_PLIST_ADD+= lib/libgnunetafs_database_bdb.la
-.else
-CONFIGURE_ARGS+= --without-bdb
-.endif
-
.if !empty(PKG_OPTIONS:Mgdbm)
.include "../../databases/gdbm/buildlink3.mk"
CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
Home |
Main Index |
Thread Index |
Old Index