summarylogtreecommitdiffstats
path: root/openssl-1.0.patch
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-01-22 00:08:52 +0500
committerDmitry Kharitonov2019-01-22 00:08:52 +0500
commit8cdd074de1a62d36d18d2fe7a2fb139417a59f64 (patch)
tree579e9c57f4daa648b46dccaed657aec571461e88 /openssl-1.0.patch
parent846fb901e9fa7548effd09a604f9e68386a818fd (diff)
downloadaur-8cdd074de1a62d36d18d2fe7a2fb139417a59f64.tar.gz
Switched to openssl 1.1; removed unset LDFLAGS; polished the PKGBUILD
Diffstat (limited to 'openssl-1.0.patch')
-rw-r--r--openssl-1.0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/openssl-1.0.patch b/openssl-1.0.patch
deleted file mode 100644
index 5b6868bbe621..000000000000
--- a/openssl-1.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-