diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-01-28 23:03:15 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-01-28 23:03:15 +0000 |
| commit | cb9c19ff8675deb24726df102988d19bd5200585 (patch) | |
| tree | c43c7b3c1950cc2b29ce8424816a9c5fe53f6083 /lib/libfetch | |
| parent | ab643b4d66501e8d5358a7a45a0da24a03191dbd (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 2 |
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 |
