Skip to content

Commit

Permalink
update debian patch
Browse files Browse the repository at this point in the history
Signed-off-by: R4SAS <[email protected]>
  • Loading branch information
r4sas committed May 25, 2020
1 parent 2facf14 commit d226834
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions debian/patches/01-tune-build-opts.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
diff --git a/Makefile b/Makefile
index bdadfe0..2f71eec 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ DEPS := obj/make.dep

Index: i2pd/Makefile
===================================================================
--- i2pd.orig/Makefile
+++ i2pd/Makefile
@@ -13,8 +13,8 @@ DAEMON_SRC_DIR := daemon
include filelist.mk

-USE_AESNI := yes
+USE_AESNI := no
-USE_AVX := yes
+USE_AESNI := no
+USE_AVX := no
USE_STATIC := no
USE_MESHNET := no
USE_UPNP := no
DEBUG := yes

0 comments on commit d226834

Please sign in to comment.