summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-01 14:39:43 +0000
committerdes <des@FreeBSD.org>2003-05-01 14:39:43 +0000
commit9e8300e563e0e22571d5a17004590fe95f4ffb6d (patch)
tree367b27a0691d3fd096096aba3f01fe69fb16e58e /lib
parentd147648191012b2ae9e1dc5d8e7e61ba4fa1b195 (diff)
downloadFreeBSD-src-9e8300e563e0e22571d5a17004590fe95f4ffb6d.zip
FreeBSD-src-9e8300e563e0e22571d5a17004590fe95f4ffb6d.tar.gz
Mark libfetch as c99-clean. Always build at WARNS level 2 rather than
juggling with levels 2 and 3, as this has lead to world breakage for NOCRYPT users in the past.
Diffstat (limited to 'lib')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 1395f3e..02c11f6 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -13,10 +13,10 @@ CLEANFILES= ftperr.h httperr.h
CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
-WARNS?= 2
.endif
-WARNS?= 3
+CSTD?= c99
+WARNS?= 2
SHLIB_MAJOR= 3
OpenPOWER on IntegriCloud