diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 06:31:44 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 06:31:44 +0000 |
| commit | 40a566e8fa7c3ba5bb8886cae65a17f17d06229a (patch) | |
| tree | c159df26b3a6b8b8741cedc051bfecdcdb2b58cc | |
| parent | 8784f3f78825799bbaa4f03ace5be9ba1bdf40a3 (diff) | |
Notes
| -rw-r--r-- | lib/libz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index abb4b1907ae7..fa5d9c25e2cb 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -12,6 +12,8 @@ MAN3= zlib.3 #CFLAGS+= -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ # -Wstrict-prototypes -Wmissing-prototypes +CFLAGS+= -DHAS_snprintf -DHAS_vsnprintf + CLEANFILES+= example.o example foo.gz minigzip.o minigzip SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ |
