enable PARSE clocks; suggested by Matthias Kilian <kili@outback.escape.de>
This commit is contained in:
parent
56232faf2d
commit
b4a0c18cb7
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.27 2004/07/27 14:39:31 danh Exp $
|
# $OpenBSD: Makefile,v 1.28 2004/08/02 16:56:12 danh Exp $
|
||||||
|
|
||||||
COMMENT= "network time protocol implementation"
|
COMMENT= "network time protocol implementation"
|
||||||
COMMENT-doc= "network time protocol documentation"
|
COMMENT-doc= "network time protocol documentation"
|
||||||
@ -37,6 +37,7 @@ CONFIGURE_STYLE= autoconf
|
|||||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_IPV6"
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_IPV6"
|
||||||
CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \
|
CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \
|
||||||
--enable-accurate-adjtime --disable-IRIG \
|
--enable-accurate-adjtime --disable-IRIG \
|
||||||
|
--enable-parse-clocks \
|
||||||
--with-openssl-libdir=/usr/lib \
|
--with-openssl-libdir=/usr/lib \
|
||||||
--with-openssl-incdir=/usr/include \
|
--with-openssl-incdir=/usr/include \
|
||||||
--with-crypto=openssl
|
--with-crypto=openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user