mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-admin/i2pd-tools: new package, add 0.2021.10.17
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
21
app-admin/i2pd-tools/files/0001-i2pd-tools-nodebug.patch
Normal file
21
app-admin/i2pd-tools/files/0001-i2pd-tools-nodebug.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -8,18 +8,6 @@ LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client
|
||||
CXX ?= g++
|
||||
FLAGS = -Wall -std=c++11 -Wno-misleading-indentation
|
||||
|
||||
-ifeq ($(UNAME),Linux)
|
||||
- FLAGS += -g
|
||||
-else ifeq ($(UNAME),Darwin)
|
||||
- FLAGS += -g
|
||||
-else ifeq ($(UNAME),FreeBSD)
|
||||
- FLAGS += -g
|
||||
-else
|
||||
-# Win32
|
||||
- FLAGS += -Os -D_MT -DWIN32 -D_WINDOWS -DWIN32_LEAN_AND_MEAN
|
||||
- BOOST_SUFFIX = -mt
|
||||
-endif
|
||||
-
|
||||
INCFLAGS = -I$(LIBI2PD_PATH) -I$(LIBI2PD_CLIENT_PATH)
|
||||
CXXFLAGS = $(FLAGS)
|
||||
LDFLAGS =
|
||||
Reference in New Issue
Block a user