Fix a typo in the cpp macro defined for PIC.
In practice this isn't used in OpenSSL outside of some sparc-specific code. Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D26058
This commit is contained in:
parent
6cbadc4234
commit
1e04d9ff3e
@ -31,7 +31,7 @@ CFLAGS+= -I${.OBJDIR:H}/libcrypto
|
|||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
|
||||||
PICFLAG+= -DOPENSS_PIC
|
PICFLAG+= -DOPENSSL_PIC
|
||||||
|
|
||||||
.PATH: ${LCRYPTO_SRC}/ssl \
|
.PATH: ${LCRYPTO_SRC}/ssl \
|
||||||
${LCRYPTO_SRC}/ssl/record \
|
${LCRYPTO_SRC}/ssl/record \
|
||||||
|
Loading…
Reference in New Issue
Block a user