From bdf7bc10b3d82910abfc0a91803d493299efb2d3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 10 Jan 2019 09:46:27 +0100 Subject: core/pacman: upstream dropped "-fstack-protector-strong" from makepkg.conf - we do so, too --- core/pacman/makepkg.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/pacman/makepkg.conf') diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index b1f1c25d..0b49df35 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -37,8 +37,8 @@ CHOST="i686-pc-linux-gnu" #-- Compiler and Linker Flags CPPFLAGS="-D_FORTIFY_SOURCE=2" -CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" -CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" +CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fno-plt" +CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fno-plt" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" -- cgit v1.2.3-54-g00ecf