mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
Remove STARTTLS support as it breaks builds without crypto installed.
Waiting to hear back regarding the best way to do this.
This commit is contained in:
parent
89d755e156
commit
cec19acfbc
2 changed files with 0 additions and 14 deletions
|
|
@ -44,13 +44,6 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
|
|||
DPADD+= ${LIBSMUTIL}
|
||||
LDADD+= ${LIBSMUTIL}
|
||||
|
||||
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
# STARTTLS support
|
||||
CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK
|
||||
LDADD+= -lssl -lcrypto
|
||||
DPADD+= ${LIBSSL} ${LIBCRYPTO}
|
||||
.endif
|
||||
|
||||
# User customizations to the sendmail build environment
|
||||
CFLAGS+=${SENDMAIL_CFLAGS}
|
||||
DPADD+=${SENDMAIL_DPADD}
|
||||
|
|
|
|||
|
|
@ -44,13 +44,6 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
|
|||
DPADD+= ${LIBSMUTIL}
|
||||
LDADD+= ${LIBSMUTIL}
|
||||
|
||||
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
# STARTTLS support
|
||||
CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK
|
||||
LDADD+= -lssl -lcrypto
|
||||
DPADD+= ${LIBSSL} ${LIBCRYPTO}
|
||||
.endif
|
||||
|
||||
# User customizations to the sendmail build environment
|
||||
CFLAGS+=${SENDMAIL_CFLAGS}
|
||||
DPADD+=${SENDMAIL_DPADD}
|
||||
|
|
|
|||
Loading…
Reference in a new issue