summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 96914ea..700d052 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -2,7 +2,6 @@
MAINTAINER= des@freebsd.org
LIB= fetch
-WARNS?= 2
CFLAGS+= -I.
CFLAGS+= -DINET6
SRCS= fetch.c common.c ftp.c http.c file.c \
@@ -15,8 +14,11 @@ CLEANFILES= ftperr.h httperr.h
CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
+WARNS?= 2
.endif
+WARNS?= 3
+
SHLIB_MAJOR= 3
ftperr.h: ftp.errors
OpenPOWER on IntegriCloud