From 9dcef4c0ce422243f98af575cf0d7246fc9cdff5 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 13 Oct 2015 17:28:03 +0300 Subject: [PATCH] update cfgs according to the last changes --- makepkg.conf | 4 ++-- yaourtrc | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/makepkg.conf b/makepkg.conf index 0bdda32..e081410 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -37,8 +37,8 @@ CHOST="x86_64-unknown-linux-gnu" # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CPPFLAGS="-D_FORTIFY_SOURCE=2" -CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" -CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" +CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" +CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" diff --git a/yaourtrc b/yaourtrc index 7da102c..2c62849 100644 --- a/yaourtrc +++ b/yaourtrc @@ -1,14 +1,15 @@ # yaourtrc - Configuration for yaourt -# +# # See yaourtrc(5) for more information -# +# # # General #AUTOSAVEBACKUPFILE=0 #DEVELSRCDIR="" #DEVEL=0 -EDITOR="/usr/bin/vim" +#VISUAL="$VISUAL" +#EDITOR="$EDITOR" #FORCEENGLISH=0 #FORCE=0 #TMPDIR="/tmp" @@ -31,6 +32,7 @@ SUDONOVERIF=1 # Avoid multiple sudo checks when timestamp_timeout=0 #AURSEARCH=1 #AURUPGRADE=0 #AURVOTE=1 +#AURUSEGIT=0 # Build EXPORT=2 # Export to 1: EXPORTDIR or PKGDEST @@ -56,6 +58,7 @@ PU_NOCONFIRM=1 # Add --noconfirm to $PACMAN -U # Command PACMAN="/usr/bin/pacman" +#MAKEPKG="makepkg" DIFFEDITCMD="/usr/bin/vimdiff" # pacdiffviewer