mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
mysql:
- update to mysql-5.1.39 - link mysql libs from $SYSROOT_PREFIX/usr/lib/mysql/ to $SYSROOT_PREFIX/usr/lib
This commit is contained in:
parent
46980fc4a0
commit
f10e1bddbb
@ -62,4 +62,8 @@ make
|
|||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
|
||||||
|
for i in `ls -d $SYSROOT_PREFIX/usr/lib/mysql/libmysqlclient*.so*`; do
|
||||||
|
ln -v -sf $i $SYSROOT_PREFIX/usr/lib
|
||||||
|
done
|
||||||
|
|
||||||
cp -PR scripts/mysql_config $SYSROOT_PREFIX/usr/bin
|
cp -PR scripts/mysql_config $SYSROOT_PREFIX/usr/bin
|
||||||
|
@ -1 +1 @@
|
|||||||
ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/mysql-5.1.37.tar.gz
|
ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/mysql-5.1.39.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user