summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 1395f3e..0d41258 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
OpenPOWER on IntegriCloud