Step 2: base dep: security/openssl
This commit is contained in:
14
security/openssl/patches/patch-zz-minix-a
Normal file
14
security/openssl/patches/patch-zz-minix-a
Normal file
@@ -0,0 +1,14 @@
|
||||
--- e_os.h.orig Thu Mar 19 13:30:36 2015
|
||||
+++ e_os.h Fri Apr 24 14:51:53 2015
|
||||
@@ -82,7 +82,11 @@
|
||||
* set this to a comma-separated list of 'random' device files to try out. My
|
||||
* default, we will try to read at least one of these files
|
||||
*/
|
||||
+#if defined(__minix)
|
||||
+# define DEVRANDOM "/dev/random","/dev/urandom","/dev/srandom"
|
||||
+#else
|
||||
# define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
|
||||
+#endif /* defined(__minix) */
|
||||
# endif
|
||||
# ifndef DEVRANDOM_EGD
|
||||
/*
|
||||
11
security/openssl/patches/patch-zz-minix-b
Normal file
11
security/openssl/patches/patch-zz-minix-b
Normal file
@@ -0,0 +1,11 @@
|
||||
--- Configure.orig Sun Aug 30 20:55:24 2015
|
||||
+++ Configure Sun Aug 30 20:59:27 2015
|
||||
@@ -482,6 +482,8 @@
|
||||
"BSD-ia64", "gcc:-DL_ENDIAN -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
"BSD-x86_64", "cc:-DL_ENDIAN -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
|
||||
+"Minix", "gcc:-DTERMIOS -DL_ENDIAN -O2 -Wall -DNO_SYSLOG -DNO_TIMEB::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
+
|
||||
"NetBSD","gcc:-DTERMIOS -O2 -Wall::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
"NetBSD-alpha", "gcc:-DTERMIOS -DL_ENDIAN -O2 -Wall::(unknown):::SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
"NetBSD-arm", "gcc:-DTERMIOS -DL_ENDIAN -O2 -Wall::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||
Reference in New Issue
Block a user