Use the source dir atomic.h
This commit is contained in:
parent
bed392331d
commit
83c933dca1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.7 2010/12/14 23:17:20 christos Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 2010/12/15 02:08:16 christos Exp $
|
||||
|
||||
.if !defined(BIND9_MAKEFILE_INC)
|
||||
BIND9_MAKEFILE_INC=yes
|
||||
|
@ -17,7 +17,7 @@ NAMED_USE_OPENSSL?=no
|
|||
NAMED_USE_OPENSSL?=yes
|
||||
.endif
|
||||
|
||||
.if exists(/usr/include/sys/atomic.h)
|
||||
.if exists(${NETBSDSRCDIR}/sys/sys/atomic.h)
|
||||
NAMED_USE_PTHREADS?=yes
|
||||
.else
|
||||
NAMED_USE_PTHREADS?=no
|
||||
|
|
Loading…
Reference in New Issue