summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornekgem22023-08-29 02:10:50 +0000
committernekgem22023-08-29 02:10:50 +0000
commitbeebde55e4a187afccbda3ca080cef2bca215654 (patch)
treec904f6bcd28986d11ad1091a4426c2ea67b0e9d1
parent0df0aed24ed580cc041a2a091c81800b43b7714a (diff)
downloadaur-beebde55e4a187afccbda3ca080cef2bca215654.tar.gz
use vendored fmt to avoid incompatibility
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 064555fd0ec0..4fd5eda0b831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lokinet
pkgdesc = Anonymous, decentralized and IP based overlay network for the internet.
pkgver = 0.9.11
- pkgrel = 3
+ pkgrel = 4
url = https://lokinet.org
install = lokinet.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ea2d490dfca6..d4d219993ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nekgem2 <nekgem2@firemail.cc>
pkgname=lokinet
pkgver=0.9.11
-pkgrel=3
+pkgrel=4
pkgdesc="Anonymous, decentralized and IP based overlay network for the internet."
arch=('x86_64' 'aarch64')
url="https://lokinet.org"
@@ -57,6 +57,7 @@ build() {
-DFORCE_OXENMQ_SUBMODULE=ON \
-DFORCE_OXENC_SUBMODULE=ON \
-DWITH_PEERSTATS_BACKEND=OFF \
+ -DOXEN_LOGGING_FORCE_SUBMODULES=ON \
-Wno-dev \
..
make