mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01: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
@ -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 New Issue
Block a user