mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Install 32-bit libcrypto engines in /usr/lib32/engines instead of
/usr/lib32 and let 32-bit libcrypto search that location instead of /usr/lib/engines. Reviewed by: jkim
This commit is contained in:
parent
1cfffed85d
commit
82c3a6548f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361700
@ -8,6 +8,8 @@
|
||||
lib32
|
||||
dtrace
|
||||
..
|
||||
engines
|
||||
..
|
||||
geom
|
||||
..
|
||||
i18n
|
||||
|
@ -75,7 +75,7 @@ CFLAGS+= -DPOLY1305_ASM
|
||||
|
||||
.if defined(LIB)
|
||||
CFLAGS+= -DOPENSSLDIR="\"/etc/ssl\""
|
||||
CFLAGS+= -DENGINESDIR="\"/usr/lib/engines\""
|
||||
CFLAGS+= -DENGINESDIR="\"${LIBDIR}/engines\""
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DNDEBUG
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /usr/lib/engines
|
||||
SHLIBDIR= ${LIBDIR}/engines
|
||||
|
||||
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user