changeset 2614:e4660f6210fa

PR1983: Support using the system installation of NSS with the SunEC provider 2016-01-29 Andrew John Hughes <gnu.andrew@member.fsf.org> PR1983: Support using the system installation of NSS with the SunEC provider * Makefile.am: (check-ecc): Argument passed to the test should now be "yes".
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Sat, 30 Jan 2016 01:15:16 +0000
parents 48e97835c600
children 130888a5c713
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 30 01:13:48 2016 +0000
+++ b/ChangeLog	Sat Jan 30 01:15:16 2016 +0000
@@ -1,3 +1,11 @@
+2016-01-29  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR1983: Support using the system installation
+	of NSS with the SunEC provider
+	* Makefile.am:
+	(check-ecc): Argument passed to the test should
+	now be "yes".
+
 2016-01-29  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR2804: test/tapset/jstaptest.pl should be executable
--- a/Makefile.am	Sat Jan 30 01:13:48 2016 +0000
+++ b/Makefile.am	Sat Jan 30 01:15:16 2016 +0000
@@ -2367,7 +2367,7 @@
 
 stamps/check-ecc.stamp: stamps/ecccheck.stamp stamps/icedtea.stamp
 	if [ -e $(BUILD_SDK_DIR)/bin/java ] ; then \
-	  $(BUILD_SDK_DIR)/bin/java -cp $(ECC_CHECK_BUILD_DIR) TestEllipticCurveCryptoSupport no ; \
+	  $(BUILD_SDK_DIR)/bin/java -cp $(ECC_CHECK_BUILD_DIR) TestEllipticCurveCryptoSupport yes ; \
 	fi
 	mkdir -p stamps
 	touch $@