summarylogtreecommitdiffstats
path: root/openssl-1.0.patch
diff options
context:
space:
mode:
authorazrdev2017-06-28 11:44:31 +0200
committerazrdev2017-06-28 11:46:23 +0200
commit846fb901e9fa7548effd09a604f9e68386a818fd (patch)
tree889f169cdf90a2750ade939eb54c9262fff6e67c /openssl-1.0.patch
parent2413fc549b4de8d492d0ad758ea01f231f913653 (diff)
downloadaur-846fb901e9fa7548effd09a604f9e68386a818fd.tar.gz
Depend on openssl-1.0
Thanks jwh for the patch
Diffstat (limited to 'openssl-1.0.patch')
-rw-r--r--openssl-1.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openssl-1.0.patch b/openssl-1.0.patch
new file mode 100644
index 000000000000..5b6868bbe621
--- /dev/null
+++ b/openssl-1.0.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2017-06-28 04:16:06.670811840 +0100
++++ b/Makefile 2017-06-28 04:13:47.405943014 +0100
+@@ -1,5 +1,5 @@
+-CFLAGS+=-O2
+-LIBS+=-lcrypto -lz
++CFLAGS+=-O2 -I/usr/include/openssl-1.0
++LIBS+=-L/usr/lib/openssl-1.0 -lcrypto -lz
+
+ all: peervpn
+ peervpn: peervpn.o
+