mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
And fixup for FreeBSD.
git-svn-id: file:///svn/unbound/trunk@3052 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
76c6113134
commit
8da91e09ea
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ LINTFLAGS+="-DBN_ULONG=unsigned long" -Dkrb5_int32=int "-Dkrb5_ui_4=unsigned int
|
||||||
LINTFLAGS+=@NETBSD_LINTFLAGS@
|
LINTFLAGS+=@NETBSD_LINTFLAGS@
|
||||||
# compat with OpenBSD
|
# compat with OpenBSD
|
||||||
LINTFLAGS+="-Dsigset_t=long"
|
LINTFLAGS+="-Dsigset_t=long"
|
||||||
# FreeBSD8
|
# FreeBSD
|
||||||
LINTFLAGS+="-D__uint16_t=uint16_t"
|
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int"
|
||||||
|
|
||||||
INSTALL=$(srcdir)/install-sh
|
INSTALL=$(srcdir)/install-sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue