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
@ -8,6 +8,8 @@
|
|||||||
lib32
|
lib32
|
||||||
dtrace
|
dtrace
|
||||||
..
|
..
|
||||||
|
engines
|
||||||
|
..
|
||||||
geom
|
geom
|
||||||
..
|
..
|
||||||
i18n
|
i18n
|
||||||
|
@ -75,7 +75,7 @@ CFLAGS+= -DPOLY1305_ASM
|
|||||||
|
|
||||||
.if defined(LIB)
|
.if defined(LIB)
|
||||||
CFLAGS+= -DOPENSSLDIR="\"/etc/ssl\""
|
CFLAGS+= -DOPENSSLDIR="\"/etc/ssl\""
|
||||||
CFLAGS+= -DENGINESDIR="\"/usr/lib/engines\""
|
CFLAGS+= -DENGINESDIR="\"${LIBDIR}/engines\""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CFLAGS+= -DNDEBUG
|
CFLAGS+= -DNDEBUG
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
SHLIBDIR?= /usr/lib/engines
|
SHLIBDIR= ${LIBDIR}/engines
|
||||||
|
|
||||||
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
|
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user