mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Actually remove the HAVE_CAST_H define this time.
This commit is contained in:
parent
04eefab695
commit
812b0fb7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ LDADD= -ll -lpcap
|
|||
DPADD+= ${LIBCRYPTO}
|
||||
LDADD+= -lcrypto
|
||||
CFLAGS+= -I${DESTDIR}/usr/include/openssl
|
||||
CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_CAST_H -DHAVE_OPENSSL_EVP_H
|
||||
CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H
|
||||
.endif
|
||||
|
||||
.if ${MK_PF} != "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue