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.
This commit is contained in:
des 2003-05-01 14:39:43 +00:00
parent d147648191
commit 9e8300e563

View File

@ -13,10 +13,10 @@ CLEANFILES= ftperr.h httperr.h
CFLAGS+= -DWITH_SSL CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO} DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto LDADD= -lssl -lcrypto
WARNS?= 2
.endif .endif
WARNS?= 3 CSTD?= c99
WARNS?= 2
SHLIB_MAJOR= 3 SHLIB_MAJOR= 3