# HG changeset patch # User jenny.yung@oracle.com # Date 1435012445 25200 # Node ID 50b76d78389e0a4131adcb649aa20fe0ca8d69cd # Parent 4d9a2ebf66e9552d52be62c2e7421ae77f12f7c2 21274691 openssl fips doesn't build on s12-76 diff -r 4d9a2ebf66e9 -r 50b76d78389e 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 }'