mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
openssl: misc fixes
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #151. * Avoid fips directory completely since it just installs source file cruft inlib * Point openssldir to a more friendly and common /etc/ssl rather than /usr/lib/ssl
This commit is contained in:
parent
d462b19eb7
commit
89b4f17873
12
package/openssl/openssl-0.9.8j-nofips.patch
Normal file
12
package/openssl/openssl-0.9.8j-nofips.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nura openssl-0.9.8j/Makefile openssl-0.9.8j.nofips/Makefile
|
||||||
|
--- openssl-0.9.8j/Makefile 2009-01-07 09:57:01.000000000 -0200
|
||||||
|
+++ openssl-0.9.8j.nofips/Makefile 2009-03-05 10:10:09.000000000 -0200
|
||||||
|
@@ -133,7 +133,7 @@
|
||||||
|
|
||||||
|
BASEADDR=0xFB00000
|
||||||
|
|
||||||
|
-DIRS= crypto fips ssl engines apps test tools
|
||||||
|
+DIRS= crypto ssl engines apps test tools
|
||||||
|
SHLIBDIRS= crypto ssl
|
||||||
|
|
||||||
|
# dirs in crypto to build
|
@ -38,7 +38,7 @@ $(OPENSSL_TARGET_CONFIGURE):
|
|||||||
./Configure \
|
./Configure \
|
||||||
linux-$(OPENSSL_TARGET_ARCH) \
|
linux-$(OPENSSL_TARGET_ARCH) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--openssldir=/usr/lib/ssl \
|
--openssldir=/etc/ssl \
|
||||||
threads \
|
threads \
|
||||||
shared \
|
shared \
|
||||||
no-idea \
|
no-idea \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user