UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

openssl

The OpenSSL-1.0.2p package contains libraries relating to cryptography. These are useful for providing cryptographic functions to other packages, such as email applications and web browsers (for accessing HTTPS sites). This package provides only the libraries and headers for packages that have not yet been ported to openssl-1.1.x or later.

Package info

Codename: openssl
Source file: openssl-1.1.1b.tar.gz
Source directory: openssl-1.1.1b
Package URL: https://umvirt.com/linux/downloads/0.1/packages/o/openssl-1.1.1b.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/o/openssl-1.1.1b.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: php, qt4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
if [ $(uname -m) = i686 ]; then
   TARGET=linux-x86
else
   TARGET=linux-x86_64
fi

mkdir build
cd build
../Configure --prefix=/usr         \
         --openssldir=/etc/ssl \
         --libdir=lib          \
         shared                \
         zlib-dynamic \
         $TARGET

Build script:
make

Install script:
sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile
make MANSUFFIX=ssl install


Comments:

  1. Threads support problem not solved.