mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
cd $PKG_BUILD
|
||||||
./Configure \
|
./Configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--openssldir=/etc/ssl \
|
||||||
zlib-dynamic \
|
zlib-dynamic \
|
||||||
threads \
|
threads \
|
||||||
shared \
|
shared \
|
||||||
no-idea \
|
|
||||||
no-mdc2 \
|
|
||||||
no-rc5 \
|
|
||||||
no-krb5 \
|
|
||||||
no-ec \
|
|
||||||
no-ecdh \
|
|
||||||
no-ecdsa \
|
|
||||||
$TARGET
|
$TARGET
|
||||||
|
|
||||||
$SED -i -e "s:-march=[-a-z0-9] ::" \
|
$SED -i -e "s:-march=[-a-z0-9] ::" \
|
||||||
|
@ -22,9 +22,13 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/etc/ssl
|
||||||
|
cp -P $PKG_BUILD/apps/openssl.cnf $INSTALL/etc/ssl
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/libcrypto.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libcrypto.so* $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/libssl.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libssl.so* $INSTALL/usr/lib
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/ssl/engines
|
mkdir -p $INSTALL/usr/lib/ssl/engines
|
||||||
cp -P $PKG_BUILD/engines/*.so $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