[pacman-dev] [PATCH] makepkg.conf: Add staticlibs to default OPTIONS array in comments

Eric Bélanger snowmaniscool at gmail.com
Mon Mar 11 01:36:33 EDT 2013


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 etc/makepkg.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index b2bf811..af9588e 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
-- 
1.8.1.5



More information about the pacman-dev mailing list