Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=6b241df01b74d806a755e798020396fff7501cd2
commit 6b241df01b74d806a755e798020396fff7501cd2 Author: crazy <[email protected]> Date: Tue Jan 30 21:02:11 2018 +0100 makepkg.conf: add some infos about flafs set from makepkg diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index c0e7f71..faa7e07 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -18,8 +18,13 @@ case $(uname -m) in CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; esac + +## options+=('noprotector') allows to manipulate -fstack-protector-strong +## from FrugalBuild. Eg, to use ..=${CFLAGS/-fstack-protector-strong/} export CARCH CHOST CFLAGS CXXFLAGS +## -Wl,z,now is set from makepkg. Disable with options+=('nonow') +## -Wl,z,relro is set from makepkg. Disable with options+=('norelro') export LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common" # SMP Systems _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
