mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
Rediff patches
Drop 0005-Move-default-user-group-into-deb-patch.patch: <REASON>
This commit is contained in:
parent
3311d2eba0
commit
3011ffefff
@ -1,23 +0,0 @@
|
||||
From: Jason Rhinelander <jason@imaginary.ca>
|
||||
Date: Mon, 9 Sep 2019 22:12:03 -0300
|
||||
Subject: Move default user/group into deb patch
|
||||
|
||||
Rather than cramming it into CXXFLAGS in debian/rules.
|
||||
---
|
||||
CMakeLists.txt | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8f98214..901f8e0 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -116,6 +116,9 @@ include(cmake/unix.cmake)
|
||||
include(cmake/check_for_std_optional.cmake)
|
||||
include(cmake/check_for_std_filesystem.cmake)
|
||||
|
||||
+# Unique user for system lokinet; _loki group is intentionally shared with the loki-core debs.
|
||||
+add_definitions(-DDEFAULT_LOKINET_USER=\"_lokinet\" -DDEFAULT_LOKINET_GROUP=\"_loki\")
|
||||
+
|
||||
if(NOT WIN32)
|
||||
if(IOS OR ANDROID)
|
||||
set(NON_PC_TARGET ON)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1 @@
|
||||
0005-Move-default-user-group-into-deb-patch.patch
|
||||
0007-Pass-debian-version-as-GIT_VERSION.patch
|
||||
|
Loading…
Reference in New Issue
Block a user