mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-26 16:42:54 -05:00
Fix lint for FreeBSD jail.
git-svn-id: file:///svn/unbound/trunk@3149 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
0acc22a002
commit
af127a0fed
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ LINTFLAGS+=@NETBSD_LINTFLAGS@
|
|||
# compat with OpenBSD
|
||||
LINTFLAGS+="-Dsigset_t=long"
|
||||
# FreeBSD
|
||||
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int"
|
||||
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=..."
|
||||
|
||||
INSTALL=$(srcdir)/install-sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue