mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-24 12:47:37 +01:00
fix patch
This commit is contained in:
parent
b6fc795941
commit
fa024c5b20
2 changed files with 4 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -14,7 +14,6 @@ USE_STATIC := no
|
|||
USE_MESHNET := no
|
||||
USE_UPNP := no
|
||||
|
||||
|
||||
ifeq ($(WEBSOCKETS),1)
|
||||
NEEDED_CXXFLAGS += -DWITH_EVENTS
|
||||
DAEMON_SRC += Websocket.cpp
|
||||
|
|
8
debian/patches/01-tune-build-opts.patch
vendored
8
debian/patches/01-tune-build-opts.patch
vendored
|
@ -1,5 +1,5 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index 7d04ba0..33ee184 100644
|
||||
index b6fc795..abc3ace 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -9,10 +9,10 @@ DEPS := obj/make.dep
|
||||
|
@ -11,6 +11,6 @@ index 7d04ba0..33ee184 100644
|
|||
USE_STATIC := no
|
||||
USE_MESHNET := no
|
||||
USE_UPNP := no
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
|
||||
ifeq ($(WEBSOCKETS),1)
|
||||
NEEDED_CXXFLAGS += -DWITH_EVENTS
|
||||
|
|
Loading…
Add table
Reference in a new issue