23492228 libpki doesn't build (work?) on s12-100 (fix build)
authornaoki.tanaka@oracle.com <naoki.tanaka@oracle.com>
Thu, 02 Jun 2016 17:56:33 -0700
changeset 6129 d11d29f2920a
parent 6128 5f4a0cf70e59
child 6130 9a454a2f1c35
23492228 libpki doesn't build (work?) on s12-100 (fix build)
components/libpki/patches/01-configure.patch
--- a/components/libpki/patches/01-configure.patch	Thu Jun 02 17:22:51 2016 -0700
+++ b/components/libpki/patches/01-configure.patch	Thu Jun 02 17:56:33 2016 -0700
@@ -6,7 +6,7 @@
 Need to use an appropriate path for ldap.h.
 
 --- libpki-0.8.9/configure	2015-11-10 13:50:26.446036204 -0800
-+++ libpki-0.8.9/configure	2016-06-02 13:02:40.284473768 -0700
++++ libpki-0.8.9/configure	2016-06-02 17:47:01.889075071 -0700
 @@ -2529,11 +2529,20 @@
      mybits="64"
      mybits_install="64"
@@ -46,7 +46,7 @@
 -	if $EGREP "Sun" "$_prefix/include/ldap.h" 2>&1 >/dev/null ; then
 -	$as_echo "#define LDAP_VENDOR_SUN 1" >>confdefs.h
 +	ldap_include_dir=$_prefix/include
-+	if [ "$DIST_NAME" = "solaris" ] ; then
++	if [ "$myarch" = "solaris" ] ; then
 +		if [ "$DIST_VERSION" = "5.12" ] ; then
 +			ldap_include_dir=$ldap_include_dir/openldap
 +		else