From 2134c344805065929c2758d633030958629ca7a8 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Wed, 4 Oct 2023 19:39:31 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20:=20configuration=20de?= =?UTF-8?q?=20makepkg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/makepkg.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/makepkg.conf b/etc/makepkg.conf index b3332cb..39cb23a 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -23,7 +23,7 @@ DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u' #-- The package required by makepkg to download VCS sources # Format: 'protocol::package' -VCSCLIENTS=('bzr::bzr' +VCSCLIENTS=('bzr::breezy' 'fossil::fossil' 'git::git' 'hg::mercurial' @@ -38,7 +38,7 @@ CHOST="x86_64-pc-linux-gnu" #-- Compiler and Linker Flags #CPPFLAGS="" -CFLAGS="-march=native -mtune=generic -O2 -pipe -fno-plt -fexceptions \ +CFLAGS="-march=native -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" @@ -134,15 +134,15 @@ DBGSRCDIR="/usr/src/debug" # COMPRESSION DEFAULTS ######################################################################### # -COMPRESSGZ=(pigz -c -f -n) -COMPRESSBZ2=(pbzip2 -c -f) +COMPRESSGZ=(gzip -c -f -n) +COMPRESSBZ2=(bzip2 -c -f) COMPRESSXZ=(xz -c -z --threads=0 -) COMPRESSZST=(zstd -c -z -q --threads=0 -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f) COMPRESSLZ4=(lz4 -q) -COMPRESSLZ=(plzip -c -f) +COMPRESSLZ=(lzip -c -f) ######################################################################### # EXTENSION DEFAULTS