From: Jean-Sebastien Legare Date: Mon, 19 Oct 2009 18:57:05 +0000 (-0700) Subject: Installed /usr/bin/openssl on target to hash x509 certs. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4759f79a016e99102deb50d165642d11b3ce1419;p=xenclient%2Fbuild.git Installed /usr/bin/openssl on target to hash x509 certs. --- diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index 94bc7aa..36cea94 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -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)