Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=80e7c8519dbbed630358721e89e0fdc266e7bb84
commit 80e7c8519dbbed630358721e89e0fdc266e7bb84 Author: crazy <[email protected]> Date: Sat Feb 10 21:35:34 2018 +0100 proftpd-1.3.6-2-x86_64 * rebuild with tc diff --git a/source/network-extra/proftpd/FrugalBuild b/source/network-extra/proftpd/FrugalBuild index a7c9bae..07f61c8 100644 --- a/source/network-extra/proftpd/FrugalBuild +++ b/source/network-extra/proftpd/FrugalBuild @@ -8,7 +8,7 @@ USE_POSTGRES=${USE_POSTGRES:-"n"} pkgname=proftpd pkgver=1.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="Highly configurable GPL-licensed FTP server software" url="http://www.proftpd.org/" groups=('network-extra') @@ -28,8 +28,8 @@ if Fuse LDAP; then fi if Fuse MYSQL; then - depends+=('libmysqlclient>=5.5.50-2') - makedepends+=('mysql>=5.5.50-2') + depends+=('libmariadbclient') + makedepends+=('mariadb') fi if Fuse POSTGRES; then @@ -38,7 +38,7 @@ fi build() { - export CFLAGS="$CFLAGS -fPIC" + CFLAGS=" -fPIC" Fcd Fpatchall _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
