From 4e6c6560250367bfb26a60fe2a9f374dc6f72958 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 6 Feb 2011 22:55:11 +0100 Subject: [PATCH] secure/lib: Fix building of some cases that include lib/Makefile.inc. --- secure/lib/libcrypto/Makefile | 1 + secure/lib/libssh/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 8b374cd184..0b6980f01e 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -3,6 +3,7 @@ LIB= crypto SHLIB_MAJOR= 5 +WARNS?= 0 NOLINT= true diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 785eab35ce..bffb34e623 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -21,6 +21,8 @@ SRCS+= version.c MAN= moduli.5 +WARNS?= 0 + DPADD+= ${LIBZ} LDADD+= -lz -- 2.41.0