summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-01-31 23:26:55 +0000
committermarkm <markm@FreeBSD.org>2003-01-31 23:26:55 +0000
commit21f0f28e47d0f7468d822f2fbcc36d1b6d52fedb (patch)
tree951ca9060da41914cb09da1d16d8cc0e106b8fee
parent2fe4ecbd6c1d6a2d438cb0aa3679f7da3dd7efd5 (diff)
downloadFreeBSD-src-21f0f28e47d0f7468d822f2fbcc36d1b6d52fedb.zip
FreeBSD-src-21f0f28e47d0f7468d822f2fbcc36d1b6d52fedb.tar.gz
No need for the OPENSSL_NO_KRB5 switch anymore.
Fixed by: nectar
-rw-r--r--lib/libfetch/Makefile2
-rw-r--r--usr.sbin/pkg_install/sign/Makefile1
-rw-r--r--usr.sbin/sendmail/Makefile1
3 files changed, 1 insertions, 3 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 0d41258..1395f3e 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -10,7 +10,7 @@ MAN= fetch.3
CLEANFILES= ftperr.h httperr.h
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
-CFLAGS+= -DWITH_SSL -DOPENSSL_NO_KRB5
+CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
WARNS?= 2
diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile
index 6b6c327..a7b354c 100644
--- a/usr.sbin/pkg_install/sign/Makefile
+++ b/usr.sbin/pkg_install/sign/Makefile
@@ -6,7 +6,6 @@ LINKS= ${BINDIR}/pkg_sign ${BINDIR}/pkg_check
MLINKS= pkg_sign.1 pkg_check.1
SRCS= main.c check.c common.c gzip.c pgp_check.c pgp_sign.c \
sha1.c sign.c stand.c x509.c
-CFLAGS+=-DOPENSSL_NO_KRB5
DPADD= ${LIBINSTALL} ${LIBCRYPTO}
LDADD= ${LIBINSTALL} -lcrypto
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index ad5520a..32b5e89 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -34,7 +34,6 @@ MAPS= -DMAP_REGEX -DDNSMAP
CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I.
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DNETINET6 -DTCPWRAPPERS ${MAPS}
-CFLAGS+= -DOPENSSL_NO_KRB5
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
OpenPOWER on IntegriCloud