summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-23 16:25:13 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-23 16:25:13 -0200
commitc42a9c8048ae2fe9a849452ef1ea1233fca0abdf (patch)
tree660284a8b3358662133b521886964d55b93e7ee3 /libre/pacman/makepkg.conf
parentb7421a86c874f0c2fafa7c4512b827e8c81e5e83 (diff)
downloadabslibre-c42a9c8048ae2fe9a849452ef1ea1233fca0abdf.tar.gz
abslibre-c42a9c8048ae2fe9a849452ef1ea1233fca0abdf.tar.bz2
abslibre-c42a9c8048ae2fe9a849452ef1ea1233fca0abdf.zip
pacman-4.1.2-4: updating revision
* add \!staticlibs to makepkg.conf, remove install file as none of the checks are relevant on systems updated in the last two years * add \!libtool to makepkg.conf * remove static libraries
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)