]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
Installed /usr/bin/openssl on target to hash x509 certs.
authorJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Mon, 19 Oct 2009 18:57:05 +0000 (11:57 -0700)
committerJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Mon, 19 Oct 2009 18:57:05 +0000 (11:57 -0700)
package/openssl/openssl.mk

index 94bc7aa7f25be79e740272dda02aa4b74e578fc4..36cea941fd979e59bc6a0001b2e7e26094324c8e 100644 (file)
@@ -54,10 +54,10 @@ $(OPENSSL_TARGET_BUILD):
 
 $(OPENSSL_HOOK_POST_INSTALL):
        $(if $(BR2_HAVE_DEVFILES),,rm -rf $(TARGET_DIR)/usr/lib/ssl)
+       rm -f $(TARGET_DIR)/usr/bin/c_rehash #no perl interpreter on target
 ifeq ($(BR2_PACKAGE_OPENSSL_BIN),y)
        $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/openssl
 else
-       rm -f $(TARGET_DIR)/usr/bin/c_rehash
        rm -f $(TARGET_DIR)/usr/bin/openssl
 endif
 ifneq ($(BR2_PACKAGE_OPENSSL_ENGINES),y)