pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnunet: fix build



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu Mar 24 19:18:36 2022 +0100
Changeset:	5806f978afc7bdc974576cb29c964f9c8b5105d9

Modified Files:
	gnunet/Makefile
	gnunet/TODO

Log Message:
gnunet: fix build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5806f978afc7bdc974576cb29c964f9c8b5105d9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/Makefile | 1 +
 gnunet/TODO     | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 98eaff7aa4..680d43971e 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+=	--with-gnunetdns=gnunetdns
 CONFIGURE_ARGS+=	--with-jansson=${BUILDLINK_PREFIX.jansson}
 CONFIGURE_ARGS+=	--with-microhttpd=${BUILDLINK_PREFIX.libmicrohttpd}
 
+GNUNET_LOG_DIR=		${VARBASE}/chroot/gnunet/cache
 GNUNET_DIR=		${VARBASE}/chroot/gnunet
 GNUNET_USER=		gnunet
 GNUNET_GROUP=		gnunet
diff --git a/gnunet/TODO b/gnunet/TODO
index 8da4ebf57f..177c9fa436 100644
--- a/gnunet/TODO
+++ b/gnunet/TODO
@@ -2,3 +2,4 @@
 - debug the service
 - build on linux and freebsd
   - currently broken on Linux due to bluez-libs being too old and not building.
+- should we log to varbase/log/gnunet?
\ No newline at end of file


Home | Main Index | Thread Index | Old Index