gnunet: package accidentally dropped peerstore_sqlite
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
e0b2a226a3
commit
9b5a7966ff
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=gnunet
|
PKG_NAME:=gnunet
|
||||||
PKG_SOURCE_VERSION:=35865
|
PKG_SOURCE_VERSION:=35865
|
||||||
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
# ToDo:
|
# ToDo:
|
||||||
# - break-out transports
|
# - break-out transports
|
||||||
|
@ -207,7 +207,7 @@ CONF_gns:=dns gns namecache namestore resolver
|
||||||
DEPENDS_storage:=+gnunet-gns +libsqlite3
|
DEPENDS_storage:=+gnunet-gns +libsqlite3
|
||||||
BIN_storage:=datastore
|
BIN_storage:=datastore
|
||||||
LIB_storage:=datastore
|
LIB_storage:=datastore
|
||||||
PLUGIN_storage:=datacache_sqlite datastore_heap datastore_sqlite namecache_sqlite namestore_sqlite
|
PLUGIN_storage:=datacache_sqlite datastore_heap datastore_sqlite namecache_sqlite namestore_sqlite peerstore_sqlite
|
||||||
LIBEXEC_storage:=daemon-latency-logger service-datastore
|
LIBEXEC_storage:=daemon-latency-logger service-datastore
|
||||||
CONF_storage:=datastore
|
CONF_storage:=datastore
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue