summarylogtreecommitdiffstats
path: root/make-openssl.patch
diff options
context:
space:
mode:
authorKirill2019-05-17 00:49:19 +0300
committerKirill2019-05-17 00:49:19 +0300
commit476dcb2a124652ee1e13dc1c4255e251133bdc4f (patch)
treea9985c47d9a64ebfe434a6b4edab9381ac0c8f69 /make-openssl.patch
parenta0c70aa4b95ba7f6e878003828c3109c279330f4 (diff)
downloadaur-secpwgen.tar.gz
Fixing SIGSEGV caused by linker
Diffstat (limited to 'make-openssl.patch')
-rw-r--r--make-openssl.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/make-openssl.patch b/make-openssl.patch
deleted file mode 100644
index 3f2fa14ccb3d..000000000000
--- a/make-openssl.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- secpwgen-1.3/Makefile.proto 2015-07-21 20:15:10.000000000 +0000
-+++ secpwgen-1.3/Makefile.proto.new 2015-07-21 22:03:47.511905311 +0000
-@@ -30,9 +30,9 @@
- ##
- # If using OpenSSL, uncomment the following 3 lines.
- ##
--#CRYPTO_CFLAGS =
--#CRYPTO_OBJS = secure_random_openssl.o
--#CRYPTO_LIBS = -lcrypto
-+CRYPTO_CFLAGS =
-+CRYPTO_OBJS = secure_random_openssl.o
-+CRYPTO_LIBS = -lcrypto
-
- ##
- # If using cryptlib, uncomment the following 3 lines.
-@@ -45,7 +45,7 @@
- # Change PREFIX to install to different directories. The binary is installed
- # in $PREFIX/bin, and the man in $PREFIX/man/man1
- ##
--PREFIX = /usr/local
-+PREFIX = /usr
-
- ##
- # On some operating systems (most notably Linux 2.6 kernels) using mlockall
-@@ -60,7 +60,7 @@ PREFIX = /usr/local
- # Sometimes you have only dynamic libraries available. In that case COMMENT
- # the following line.
- ##
--LINK_STATIC = -static
-+#LINK_STATIC = -static
-
- ##############################################################################
- # NO USER MODIFIABLE PARTS AFTER THIS POINT \ No newline at end of file