summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2013-03-11 06:36:33 +0100
committerAllan McRae <allan@archlinux.org>2013-03-14 02:47:11 +0100
commit0d99b54ba2957d73c21f761471e54679ba719449 (patch)
treea9e94534252ab7a144f0617098bee8f8e7f6e398
parent163c36bdcde6aa324060bafe5674ea83cf556fd8 (diff)
downloadpacman-0d99b54ba2957d73c21f761471e54679ba719449.tar.gz
pacman-0d99b54ba2957d73c21f761471e54679ba719449.tar.xz
makepkg.conf: Add staticlibs to default OPTIONS array in comments
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index b2bf8114..af9588ea 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -65,7 +65,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign)
# These are default values for the options=() settings
#########################################################################
#
-# Default: OPTIONS=(strip docs libtool emptydirs zipman purge !upx !debug)
+# Default: OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !upx !debug)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries