summaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-01-28 23:03:15 +0000
committerMark Murray <markm@FreeBSD.org>2003-01-28 23:03:15 +0000
commitcb9c19ff8675deb24726df102988d19bd5200585 (patch)
treec43c7b3c1950cc2b29ce8424816a9c5fe53f6083 /lib/libfetch/Makefile
parentab643b4d66501e8d5358a7a45a0da24a03191dbd (diff)
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 1395f3e09a59..0d41258c1b10 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
+CFLAGS+= -DWITH_SSL -DOPENSSL_NO_KRB5
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
WARNS?= 2