mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
openssl: cleanup, install config, fix build and install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
66fbbf95bf
commit
66f3b818f7
@ -45,16 +45,10 @@ esac
|
||||
cd $PKG_BUILD
|
||||
./Configure \
|
||||
--prefix=/usr \
|
||||
--openssldir=/etc/ssl \
|
||||
zlib-dynamic \
|
||||
threads \
|
||||
shared \
|
||||
no-idea \
|
||||
no-mdc2 \
|
||||
no-rc5 \
|
||||
no-krb5 \
|
||||
no-ec \
|
||||
no-ecdh \
|
||||
no-ecdsa \
|
||||
$TARGET
|
||||
|
||||
$SED -i -e "s:-march=[-a-z0-9] ::" \
|
||||
|
@ -22,9 +22,13 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/etc/ssl
|
||||
cp -P $PKG_BUILD/apps/openssl.cnf $INSTALL/etc/ssl
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libcrypto.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libssl.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/ssl/engines
|
||||
cp -P $PKG_BUILD/engines/*.so $INSTALL/usr/lib/ssl/engines
|
||||
cp -P $PKG_BUILD/engines/ccgost/*.so $INSTALL/usr/lib/ssl/engines
|
||||
|
Loading…
x
Reference in New Issue
Block a user