mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ CFLAGS+= -I${.OBJDIR:H}/libcrypto
|
|||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
PICFLAG+= -DOPENSS_PIC
|
||||
PICFLAG+= -DOPENSSL_PIC
|
||||
|
||||
.PATH: ${LCRYPTO_SRC}/ssl \
|
||||
${LCRYPTO_SRC}/ssl/record \
|
||||
|
|
|
|||
Loading…
Reference in a new issue