Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=bc625ed72f5abafa102c19f467eee79083c998f8
commit bc625ed72f5abafa102c19f467eee79083c998f8 Author: crazy <[email protected]> Date: Tue Jan 30 21:16:19 2018 +0100 some options=() update diff --git a/doc/FrugalBuild.txt b/doc/FrugalBuild.txt index b63d960..e67744b 100644 --- a/doc/FrugalBuild.txt +++ b/doc/FrugalBuild.txt @@ -327,6 +327,18 @@ options (array):: nofakeroot: Don't drop privileges after chrooting. Required by some broken packages. + noasneeded: changes the default -Wl,--as-needed to -Wl,--no-as-needed in LDLAGS + + nonow: removes -Wl,-z,now from LDFLAGS + + norelro: removes -Wl,-z,relro from LDFLAGS + + noprotector: allows to manipulate stack protector C/CXX FLAGS + + static: builds static libs for the package + + libtool: won't remove or use workarounds for libtool's la files + scriptlet: Don't skip executing scriptlets even if we're in chroot. nomirror: This means that the source should not be mirrored. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
