mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
pyOpenSSL: cleanup build and install scripts, dont use 'easy_install', dont depend on 'distribute'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2cdf2cda52
commit
ee93844578
@ -28,6 +28,6 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
|
||||
cd $PKG_BUILD
|
||||
|
||||
python setup.py build --cross-compile
|
||||
python setup.py install -O0 --no-compile --prefix /usr --root .install
|
||||
python setup.py install --root=./.install --prefix=/usr
|
||||
|
||||
rm -rf .install/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user