SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/i2pd/patches/patch-tests_Makefile
Normal file
12
net/i2pd/patches/patch-tests_Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: tests/Makefile
|
||||
--- tests/Makefile.orig
|
||||
+++ tests/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
SYS := $(shell $(CXX) -dumpmachine)
|
||||
|
||||
CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -O0 -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -DOPENSSL_SUPPRESS_DEPRECATED -pthread -Wl,--unresolved-symbols=ignore-in-object-files
|
||||
-INCFLAGS += -I../libi2pd
|
||||
+CXXFLAGS += -Wall -Wextra -pedantic -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -I../libi2pd/ -pthread -Wl,--unresolved-symbols=ignore-in-object-files
|
||||
|
||||
LIBI2PD = ../libi2pd.a
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue