From b56236b58b3f5b798cacebecca57cd6d34658587 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 Dec 2020 17:35:27 +0300 Subject: Release version 1.1.1+12 Upgrade to 1.1.1i Add symlink attribute for symbolic links that refer to upstream subdirectories Make the .map and .def files prerequisites of the libs type target Canonicalize the license in the package manifests Load the c.config module rather than c in openssl/tests/build/root.build --- libcrypto/libcrypto/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrypto/libcrypto/buildfile') diff --git a/libcrypto/libcrypto/buildfile b/libcrypto/libcrypto/buildfile index e431cb0..65cbe76 100644 --- a/libcrypto/libcrypto/buildfile +++ b/libcrypto/libcrypto/buildfile @@ -19,7 +19,6 @@ lib{crypto}: {h }{** -buildinf-body} \ -mdc2/** \ -poly1305/poly1305_ieee754 \ -poly1305/poly1305_base2_44} \ - {def }{libcrypto} \ crypto/{file}{LPdir_*.c des/ncbc_enc.c} \ $imp_libs @@ -36,7 +35,8 @@ linux = ($tclass == 'linux') bsd = ($tclass == 'bsd') windows = ($tclass == 'windows') -lib{crypto}: file{libcrypto.map}: include = ($linux || $bsd ? adhoc : false) +libs{crypto}: file{libcrypto.map}: include = ($linux || $bsd ? adhoc : false) +libs{crypto}: def{libcrypto}: include = $windows # Build options. # -- cgit v1.1