From d40ffcdcb004e7de1c167cdb37bbe59037a00994 Mon Sep 17 00:00:00 2001
From: Philip <philm@manjaro.org>
Date: Thu, 25 Sep 2014 07:50:56 +0200
Subject: [PATCH] fix default settings in makepkg.conf files

---
 makepkg-i686.conf   | 2 +-
 makepkg-x86_64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/makepkg-i686.conf b/makepkg-i686.conf
index 0b1c1cb..ca6f93e 100644
--- a/makepkg-i686.conf
+++ b/makepkg-i686.conf
@@ -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)
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index 04e20a6..078e3b8 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -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)
-- 
GitLab