21274691 openssl fips doesn't build on s12-76
authorjenny.yung@oracle.com <jenny.yung@oracle.com>
Mon, 22 Jun 2015 15:34:05 -0700
changeset 4516 50b76d78389e
parent 4515 4d9a2ebf66e9
child 4517 61dba4b40cd4
21274691 openssl fips doesn't build on s12-76
components/openssl/openssl-fips/Makefile
--- a/components/openssl/openssl-fips/Makefile	Mon Jun 22 13:51:09 2015 -0700
+++ b/components/openssl/openssl-fips/Makefile	Mon Jun 22 15:34:05 2015 -0700
@@ -119,7 +119,7 @@
 # used and that we used the correct tarball.
 $(BUILD_DIR)/%/.verified:	$(BUILD_DIR)/%/.installed
 	(printf x; \
-	$(ENV) - OPENSSL_FIPS=1 LD_LIBRARY_PATH=$(@D) \
+	$(ENV) - OPENSSL_FIPS=1 LD_LIBRARY_PATH=/lib/openssl/fips-140/64 \
 	/lib/openssl/fips-140/openssl sha1 -hmac $(OPENSSL_FIPS_HMAC_KEY) \
 	    $(COMPONENT_ARCHIVE)) | \
 	    $(NAWK) '{ if ($$2 != "$(OPENSSL_FIPS_HMAC)") exit 1 }'