Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=48e2de115339283ec3c85611553f460baf8d0bb4
commit 48e2de115339283ec3c85611553f460baf8d0bb4 Author: crazy <[email protected]> Date: Sat Feb 10 23:06:25 2018 +0100 vsftpd-3.0.3-2-x86_64 * rebuild with tc diff --git a/source/network-extra/vsftpd/FrugalBuild b/source/network-extra/vsftpd/FrugalBuild index 4cf3822..c0cd5d2 100644 --- a/source/network-extra/vsftpd/FrugalBuild +++ b/source/network-extra/vsftpd/FrugalBuild @@ -4,7 +4,7 @@ pkgname=vsftpd pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="A very secure ftp server" url="https://security.appspot.com/vsftpd.html" license="GPL2" @@ -12,17 +12,18 @@ _F_archive_grepv="pre" up2date="Flasttar $url" source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz vsftpd.service) groups=('network-extra') -archs=('i686' 'x86_64' 'arm') +archs=('x86_64') depends=('openssl' 'pam') backup=('etc/vsftpd.conf') -signatures=($source.asc '') +sha1sums=('d5f5a180dbecd0fbcdc92bf0ba2fc001c962b55a' \ + '9219a3ecdd859705485b2e517a50c84e820ce306') _F_systemd_units=(vsftpd=) Finclude systemd build() { Fcd - [ "$CARCH" == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC" ## this is needed + CFLAGS+=" -fPIC" ## this is needed Fsed "-O2" "$CFLAGS" Makefile for i in `find . -type f` ; do Fsed '/usr/share/empty' '/var/empty' $i _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
