mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-30 18:29:28 -05:00
compat lint sparc64/FreeBSD
git-svn-id: file:///svn/unbound/trunk@2054 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8a3ef34194
commit
5e1e389a15
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ LINTFLAGS+="-D__RENAME(x)=" -D_NETINET_IN_H_
|
|||
endif
|
||||
# compat with OpenBSD
|
||||
LINTFLAGS+="-Dsigset_t=long"
|
||||
# FreeBSD/sparc64
|
||||
LINTFLAGS+="-D__uint16_t=uint16_t"
|
||||
|
||||
INSTALL=$(srcdir)/install-sh
|
||||
ifeq "$(WITH_PYTHONMODULE)" "yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue