summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf
diff options
context:
space:
mode:
authorcoadde - Public Network <coadde@parabola.nu>2013-11-01 20:35:27 -0200
committercoadde - Public Network <coadde@parabola.nu>2013-11-01 20:35:27 -0200
commitb844a9e97a1e3c3b76b3cd22daafbaf01d6fd716 (patch)
treefe1f8fa8c38db30546efff4c29486723cf0de447 /libre/pacman/makepkg.conf
parent22114cb5cba3c252143eef47107be70d92788ce4 (diff)
parent10483b2824a17deec1c071a55911abc32182048f (diff)
downloadabslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.gz
abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.bz2
abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/pacman/makepkg.conf')
-rw-r--r--libre/pacman/makepkg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf
index a4e7ceada..758d7d029 100644
--- a/libre/pacman/makepkg.conf
+++ b/libre/pacman/makepkg.conf
@@ -67,7 +67,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign)
# These are default values for the options=() settings
#########################################################################
#
-# Default: OPTIONS=(strip docs libtool staticlibs 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
@@ -80,7 +80,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign)
#-- upx: Compress binary executable files using UPX
#-- debug: Add debugging flags as specified in DEBUG_* variables
#
-OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !upx !debug)
+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)