diff options
author | Allan McRae <allan@archlinux.org> | 2010-12-25 06:43:06 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-30 02:28:33 +0100 |
commit | 2052f29cdb2248ffbdc2d10b815ac50ad7494e01 (patch) | |
tree | 1112c8d2ece0815418e8e86bf568c727bed7454e /doc | |
parent | 0c29eb431a26467fc5ec14742cfcdc7ce3558334 (diff) | |
download | pacman-2052f29cdb2248ffbdc2d10b815ac50ad7494e01.tar.gz pacman-2052f29cdb2248ffbdc2d10b815ac50ad7494e01.tar.xz |
makepkg: add option to clear buildflags
Add the "buildflags" option, which is useful in its negative form
for disabling CFLAGS, CXXFLAGS and LDFLAGS when building a package.
This is useful when determining of one of these flags is causing
an issue with a package.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 2ccf0b2e..e6c4a1fb 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -233,6 +233,12 @@ name. The syntax is: `source=('filename::url')`. form `!distcc` with select packages that have problems building with distcc. + *buildflags*;; + Allow the use of user-specific buildflags (CFLAGS, CXXFLAGS, LDFLAGS) + during build as specified in linkman:makepkg.conf[5]. More useful in + its negative form `!buildflags` with select packages that have problems + building with custom buildflags. + *makeflags*;; Allow the use of user-specific makeflags during build as specified in linkman:makepkg.conf[5]. More useful in its negative form |