summarylogtreecommitdiffstats
path: root/openssl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.patch')
-rw-r--r--openssl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/openssl.patch b/openssl.patch
new file mode 100644
index 000000000000..72de817c5ebe
--- /dev/null
+++ b/openssl.patch
@@ -0,0 +1,15 @@
+--- Makefile 2017-08-05 11:57:48.002413580 +0200
++++ Makefile.new 2017-08-05 11:57:18.012051717 +0200
+@@ -1,8 +1,10 @@
+-LIBS=-lpcre -lcrypto -lm -lpthread
+-CFLAGS=-ggdb -O3 -Wall
++LIBS=-lpcre -lcrypto -lm -lpthread -L/usr/lib/openssl-1.0 -lssl
++CFLAGS=-ggdb -O3 -Wall -I/usr/include/openssl-1.0
+ OBJS=vanitygen.o oclvanitygen.o oclvanityminer.o oclengine.o keyconv.o pattern.o util.o
+ PROGS=vanitygen keyconv oclvanitygen oclvanityminer
+
++PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig"
++
+ PLATFORM=$(shell uname -s)
+ ifeq ($(PLATFORM),Darwin)
+ OPENCL_LIBS=-framework OpenCL