Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=f29de77bfa0e3caaec46f4bf3021cbfeb2a5b64c
commit f29de77bfa0e3caaec46f4bf3021cbfeb2a5b64c Author: crazy <[email protected]> Date: Sun Feb 11 02:46:49 2018 +0100 duplicity-0.7.16-2-x86_64 * rebuild with tc * CFLAGS fix diff --git a/source/apps-extra/duplicity/FrugalBuild b/source/apps-extra/duplicity/FrugalBuild index a8a8396..6f16be1 100644 --- a/source/apps-extra/duplicity/FrugalBuild +++ b/source/apps-extra/duplicity/FrugalBuild @@ -4,7 +4,7 @@ pkgname=duplicity pkgver=0.7.16 -pkgrel=1 +pkgrel=2 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm." url="http://duplicity.nongnu.org/" depends=('python>=2.7' 'librsync>=0.9.7' 'gnupg' 'ncftp' 'python-boto>=2.5.2' \ @@ -18,7 +18,8 @@ sha1sums=('78df19c3d50de57080563a326589c467193ea0d1') build() { Fcd - python setup.py install --root=$Fdestdir --optimize=1 || Fdie + CFLAGS+=" -fno-strict-aliasing" + Fexec python setup.py install --root=$Fdestdir --optimize=1 || Fdie } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
