mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
openssl:
- build with prefix=/usr
This commit is contained in:
parent
d69b2b0b69
commit
7e220fb435
@ -23,7 +23,7 @@ case $TARGET_ARCH in
|
||||
esac
|
||||
|
||||
cd $PKG_BUILD
|
||||
./Configure zlib-dynamic threads shared no-idea no-mdc2 no-rc5 no-krb5 --prefix=$SYSROOT_PREFIX/usr $TARGET
|
||||
./Configure zlib-dynamic threads shared no-idea no-mdc2 no-rc5 no-krb5 --prefix=/usr $TARGET
|
||||
make CC=$CC LD=$LD RANLIB=$RANLIB all build-shared
|
||||
make CC=$CC LD=$LD RANLIB=$RANLIB do_linux-shared
|
||||
make CC=$CC LD=$LD RANLIB=$RANLIB install_sw
|
||||
make CC=$CC LD=$LD RANLIB=$RANLIB INSTALL_PREFIX=$SYSROOT_PREFIX install_sw
|
||||
|
Loading…
x
Reference in New Issue
Block a user