mysql: fix broken mirror
This commit is contained in:
parent
61bc7a7406
commit
0089532b23
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mysql'
|
||||
pkgname=mysql
|
||||
version=5.1.54
|
||||
distfiles="http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/mysql-${version}.tar.gz"
|
||||
distfiles="http://downloads.mysql.com/archives/mysql-5.1/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --sysconfdir=/etc/mysql
|
||||
--with-libwrap --with-charset=utf8 --with-collation=utf8_general_ci
|
||||
|
|
Loading…
Reference in a new issue