From 0d99b54ba2957d73c21f761471e54679ba719449 Mon Sep 17 00:00:00 2001 From: Eric Bélanger Date: Mon, 11 Mar 2013 01:36:33 -0400 Subject: makepkg.conf: Add staticlibs to default OPTIONS array in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bélanger Signed-off-by: Allan McRae --- 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 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 -- cgit v1.2.3-24-g4f1b