diff --git a/debian/patches/0001-disable-aesni-by-default.patch b/debian/patches/0001-disable-aesni-by-default.patch new file mode 100644 index 00000000..eae44c8b --- /dev/null +++ b/debian/patches/0001-disable-aesni-by-default.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 2e86fd8..c1037af 100644 +--- a/Makefile ++++ b/Makefile +@@ -9,7 +9,7 @@ DEPS := obj/make.dep + + include filelist.mk + +-USE_AESNI := yes ++USE_AESNI := no + USE_STATIC := no + + ifeq ($(UNAME),Darwin) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..1c9d0fbf --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-disable-aesni-by-default.patch