diff options
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 0039819..d13d29f 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 |