From 38d04ef419d93e00b9bcf770a3db3e19fd6848ef Mon Sep 17 00:00:00 2001 From: des Date: Fri, 19 Oct 2001 10:08:38 +0000 Subject: [PATCH] Add NO_WERROR so the build won't die because of discarded qualifiers --- lib/libfetch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 0039819f6512..d13d29f713e2 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -14,6 +14,8 @@ INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h +NO_WERROR= yes + SHLIB_MAJOR= 3 SHLIB_MINOR= 0