mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix lintflags for lint on FreeBSD.
git-svn-id: file:///svn/unbound/trunk@4874 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
57a5e75840
commit
f7118f29b9
2 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ LINTFLAGS+=@NETBSD_LINTFLAGS@
|
||||||
# compat with OpenBSD
|
# compat with OpenBSD
|
||||||
LINTFLAGS+="-Dsigset_t=long"
|
LINTFLAGS+="-Dsigset_t=long"
|
||||||
# FreeBSD
|
# FreeBSD
|
||||||
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list" "-D__uint32_t=uint32_t"
|
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list" "-D__uint32_t=uint32_t" "-D_Alignof(x)=x" "-D__aligned(x)=" "-D__requires_exclusive(x)=" "-D__requires_unlocked(x)=" "-D__locks_exclusive(x)=" "-D__trylocks_exclusive(x)=" "-D__unlocks(x)=" "-D__locks_shared(x)=" "-D__trylocks_shared(x)="
|
||||||
|
|
||||||
INSTALL=$(SHELL) $(srcdir)/install-sh
|
INSTALL=$(SHELL) $(srcdir)/install-sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
together with the recently default enabled qname minimisation, this
|
together with the recently default enabled qname minimisation, this
|
||||||
causes more fetches to use information from the cache.
|
causes more fetches to use information from the cache.
|
||||||
- next release is called 1.8.0.
|
- next release is called 1.8.0.
|
||||||
|
- Fix lintflags for lint on FreeBSD.
|
||||||
|
|
||||||
22 August 2018: George
|
22 August 2018: George
|
||||||
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
|
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue