mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.
This may only be turning up now to changes in the cpp predefines for sparc64, which may be turning on more strict alignment checking. Approved by: re
This commit is contained in:
parent
53a934bfab
commit
7b628f43e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107570
@ -16,7 +16,7 @@ LDADD= -lssl -lcrypto
|
||||
WARNS?= 2
|
||||
.endif
|
||||
|
||||
WARNS?= 5
|
||||
WARNS?= 3
|
||||
|
||||
SHLIB_MAJOR= 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user