Copied from Debian. From: Rodeo Origin: https://github.com/HandBrake/HandBrake/blob/master/contrib/a52dec/A04-modern-gcc-cflags.patch --- a52dec-0.7.4/configure.in.orig +++ a52dec-0.7.4/configure.in @@ -34,11 +34,11 @@ case "$host" in i?86-* | k?-*) case "$host" in - i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; - i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; - i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; - i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; - k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; + i386-*) OPT_CFLAGS="$CFLAGS -mtune=i386";; + i486-*) OPT_CFLAGS="$CFLAGS -mtune=i486";; + i586-*) OPT_CFLAGS="$CFLAGS -mtune=pentium";; + i686-*) OPT_CFLAGS="$CFLAGS -mtune=pentiumpro";; + k6-*) OPT_CFLAGS="$CFLAGS -mtune=k6";; esac AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; sparc-* | sparc64-*) Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rsync.scm
AgeCommit message (Expand)Author
2021-09-23gnu: rsync: Enable zstd & lz4 compression....Both are ridiculously more suited to this role than the old zlib compressor. The closure size increase is negligible (1 MiB or 1.3% for zstd, 1.7 MiB for both). * gnu/packages/rsync.scm (rsync-next)[inputs]: Add zstd:lib and lz4. [arguments]: Remove the corresponding "--disable-zstd" and "--disable-lz4" #:configure-flags. Tobias Geerinckx-Rice
2021-05-25gnu: Add rsync 3.2.3....* gnu/packages/rsync.scm (rsync-next): New variable. Leo Famulari
2021-04-11gnu: librsync: Update to 2.3.2....* gnu/packages/rsync.scm (librsync): Update to 2.3.2. Tobias Geerinckx-Rice