20123766 NTP should be 64-bit
authorBrian Utterback <brian.utterback@oracle.com>
Fri, 06 May 2016 15:58:49 -0700
changeset 5957 c5fa57b940a5
parent 5956 bab7092584c6
child 5958 8e562647e7c5
20123766 NTP should be 64-bit
components/ntp/Makefile
--- a/components/ntp/Makefile	Tue May 10 14:56:01 2016 -0700
+++ b/components/ntp/Makefile	Fri May 06 15:58:49 2016 -0700
@@ -22,7 +22,7 @@
 #
 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
 #
-BUILD_BITS= 32
+BUILD_BITS= 64
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		ntp
@@ -51,7 +51,7 @@
 studio_C99MODE= $(studio_C99_ENABLE)
 CFLAGS.studio.i386 =	-preserve_argvalues=complete
 
-CONFIGURE_BINDIR.32 = $(USRSBINDIR)
+CONFIGURE_BINDIR.64 = $(USRSBINDIR)
 
 CONFIGURE_OPTIONS +=	--with-binsubdir=sbin
 CONFIGURE_OPTIONS +=	--libexecdir=$(USRLIBDIR)/inet
@@ -63,7 +63,7 @@
 CONFIGURE_OPTIONS +=	--enable-parse-clocks
 CONFIGURE_OPTIONS +=	--enable-ignore-dns-errors
 CONFIGURE_OPTIONS +=	--without-ntpsnmpd
-CONFIGURE_OPTIONS +=	--with-openssl-libdir=$(LIBDIR)
+CONFIGURE_OPTIONS +=	--with-openssl-libdir=$(LIBDIR)/$(MACH64)
 
 REQUIRED_PACKAGES += library/libedit
 REQUIRED_PACKAGES += library/security/openssl