mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
Also include a bunch of upstream patches to make things build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
26 lines
644 B
Diff
26 lines
644 B
Diff
From c80982c74a02eab0a457fb9a3c3671956b2909ee Mon Sep 17 00:00:00 2001
|
|
From: Christian Grothoff <christian@grothoff.org>
|
|
Date: Wed, 18 Dec 2019 15:27:27 +0100
|
|
Subject: [PATCH 11/12] better put -u last
|
|
|
|
---
|
|
src/namestore/namestore.conf.in | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
|
|
index 39de06c6d..733e4e2f8 100644
|
|
--- a/src/namestore/namestore.conf.in
|
|
+++ b/src/namestore/namestore.conf.in
|
|
@@ -36,7 +36,7 @@ TEMPORARY_TABLE = NO
|
|
ASYNC_COMMIT = NO
|
|
|
|
[uri]
|
|
-gns = gnunet-namestore -u -e 1a
|
|
+gns = gnunet-namestore -e 1a -u
|
|
|
|
|
|
[fcfsd]
|
|
--
|
|
2.24.1
|
|
|