From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YFTIg-0006Vk-NO for ptxdist@pengutronix.de; Sun, 25 Jan 2015 20:56:51 +0100 Received: by mail-wi0-f173.google.com with SMTP id r20so6205949wiv.0 for ; Sun, 25 Jan 2015 11:56:45 -0800 (PST) From: Alexander Aring Date: Sun, 25 Jan 2015 20:56:22 +0100 Message-Id: <1422215784-25936-3-git-send-email-alex.aring@gmail.com> In-Reply-To: <1422215784-25936-1-git-send-email-alex.aring@gmail.com> References: <1422215784-25936-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCHv2 2/4] openssl: allow to install openssl.cnf Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring For doing some certificates magic the openssl tool requires some openssl.cnf file. This patch adds support to install the default shipped openssl.cnf file. Signed-off-by: Alexander Aring --- rules/openssl.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/openssl.make b/rules/openssl.make index 50039c7..d3928a0 100644 --- a/rules/openssl.make +++ b/rules/openssl.make @@ -100,6 +100,10 @@ ifdef PTXCONF_OPENSSL_BIN @$(call install_copy, openssl, 0, 0, 0755, -, \ /usr/bin/openssl) endif + + @$(call install_copy, openssl, 0, 0, 0644, -, \ + /usr/lib/ssl/openssl.cnf) + @$(call install_lib, openssl, 0, 0, 0644, libssl) @$(call install_lib, openssl, 0, 0, 0644, libcrypto) -- 2.2.2 -- ptxdist mailing list ptxdist@pengutronix.de