summaryrefslogtreecommitdiff
path: root/package/libressl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-04 20:03:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-04 20:04:47 +0200
commitc31ae63f396417f98d6870d34dc565008bfd52ca (patch)
tree5936321d223b04e4d3c59c1cc65846edcaf6a0ca /package/libressl
parentda39d814679349a3b7f1283133f6144465076e70 (diff)
libressl: add example openssl.cnf
Diffstat (limited to 'package/libressl')
-rw-r--r--package/libressl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile
index 735d58cc9..bfe4f0835 100644
--- a/package/libressl/Makefile
+++ b/package/libressl/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libressl
PKG_VERSION:= 2.5.5
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4
PKG_DESCR:= ssl/tls library
PKG_SECTION:= libs/crypto
@@ -39,6 +39,8 @@ libressl-install:
$(IDIR_LIBRESSL)/usr/lib
libressl-util-install:
+ ${INSTALL_DIR} ${IDIR_LIBRESSL_UTIL}/etc/ssl
+ ${CP} ${WRKINST}/etc/ssl/openssl.cnf ${IDIR_LIBRESSL_UTIL}/etc/ssl
${INSTALL_DIR} ${IDIR_LIBRESSL_UTIL}/usr/bin
${CP} ${WRKINST}/usr/bin/openssl ${IDIR_LIBRESSL_UTIL}/usr/bin