22617967 libidn should be 64-bit
authorRich Burridge <rich.burridge@oracle.com>
Thu, 28 Jan 2016 16:50:14 -0800
changeset 5363 6759a241e5ed
parent 5362 dbf70e6a83ad
child 5364 17f26e606ed1
22617967 libidn should be 64-bit
components/libidn/Makefile
--- a/components/libidn/Makefile	Tue Jan 26 14:26:03 2016 -0800
+++ b/components/libidn/Makefile	Thu Jan 28 16:50:14 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -99,6 +99,7 @@
 CONFIGURE_ENV +=	LDFLAGS="$(LDFLAGS)"
 CONFIGURE_ENV +=	INSTALL="$(INSTALL)"
 
+CONFIGURE_OPTIONS  +=		--bindir=/usr/bin
 CONFIGURE_OPTIONS  +=		--includedir=/usr/include/idn
 CONFIGURE_OPTIONS  +=		--localstatedir=/var
 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)