components/openssl/openssl-0.9.8-fips-140/Makefile
changeset 914 39cfb488e7d8
parent 800 2ad056ed89ec
child 1048 e82fa02a4d16
child 2434 6c9bb5cf5610
child 2579 626cbb1c0b2a
equal deleted inserted replaced
913:646785c43987 914:39cfb488e7d8
   140 
   140 
   141 # We do not ship our engines as patches since it would be more difficult to
   141 # We do not ship our engines as patches since it would be more difficult to
   142 # update the files which have been under continuous development. We rather copy
   142 # update the files which have been under continuous development. We rather copy
   143 # the files to the right directories and let OpenSSL makefiles build it.
   143 # the files to the right directories and let OpenSSL makefiles build it.
   144 COMPONENT_PRE_BUILD_ACTION = \
   144 COMPONENT_PRE_BUILD_ACTION = \
   145     ( $(CP) -fp engines/pkcs11/* $(@D)/crypto/engine; ) 
   145     ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/crypto/engine; ) 
   146 
   146 
   147 # OpenSSL does not install into <dir>/$(MACH64) for 64-bit install so no such
   147 # OpenSSL does not install into <dir>/$(MACH64) for 64-bit install so no such
   148 # directory is created and Userland install code would fail when installing lint
   148 # directory is created and Userland install code would fail when installing lint
   149 # libraries.
   149 # libraries.
   150 COMPONENT_PRE_INSTALL_ACTION = ( $(MKDIR) $(PROTO_DIR)/usr/lib/$(MACH64); )
   150 COMPONENT_PRE_INSTALL_ACTION = ( $(MKDIR) $(PROTO_DIR)/usr/lib/$(MACH64); )