mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mysql:
- only build and install libmysql
This commit is contained in:
parent
f80a4215c5
commit
0db2128370
@ -58,9 +58,12 @@ ac_cv_sys_restartable_syscalls=yes \
|
||||
--without-plugin-innodb_plugin \
|
||||
--without-plugin-ndbcluster \
|
||||
|
||||
make
|
||||
make -C include
|
||||
make -C libmysql
|
||||
make -C scripts
|
||||
|
||||
$MAKEINSTALL
|
||||
$MAKEINSTALL -C include
|
||||
$MAKEINSTALL -C libmysql
|
||||
|
||||
for i in `ls -d $SYSROOT_PREFIX/usr/lib/mysql/libmysqlclient*.so*`; do
|
||||
ln -v -sf $i $SYSROOT_PREFIX/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user