components/openssl/openssl-fips-140/Makefile
changeset 6084 9d2ed9bc9edb
parent 6019 bd2dbcf829c2
child 6353 afaf9f444329
--- a/components/openssl/openssl-fips-140/Makefile	Mon May 23 04:03:50 2016 -0700
+++ b/components/openssl/openssl-fips-140/Makefile	Fri May 27 09:45:12 2016 -0700
@@ -168,7 +168,7 @@
 # We also copy some FIPS specific header files needed to build FIPS version
 # of OpenSSL from FIPS module.
 COMPONENT_PRE_BUILD_ACTION = \
-    ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/engines; \
+    ( $(LN) -fs $(COMPONENT_DIR)/../common/engines/pkcs11/*     $(@D)/engines; \
       $(MKDIR) $(@D)/bin; \
       $(LN) -fs $(OPENSSL_FIPS_DIR)/openssl-fips-ecp-$(IPS_COMPONENT_VERSION)/fips/fips.h $(@D)/include/openssl; \
       $(LN) -fs $(OPENSSL_FIPS_DIR)/openssl-fips-ecp-$(IPS_COMPONENT_VERSION)/fips/fipssyms.h $(@D)/include/openssl; \