summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-26 13:17:51 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-26 13:17:51 -0400
commit021653a0acecc8763e1bbe90dbb770b4e6df4390 (patch)
tree62837f74ab79fb3f3760896539f1c0b69b14fae1
parent07748c56674bc40e9ef14dc1ebb15e81c3a7c2a7 (diff)
parent164f5b758d56ce36ac8b087c1d55b8719555711f (diff)
Merge branch 'devtools'libretools-20131027
-rw-r--r--Makefile2
-rw-r--r--makepkg-i686.conf4
-rw-r--r--makepkg-x86_64.conf4
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 269b3a3..333e97a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20130808
+V=20131020
PREFIX = /usr/local
diff --git a/makepkg-i686.conf b/makepkg-i686.conf
index 96cdea6..fcb131f 100644
--- a/makepkg-i686.conf
+++ b/makepkg-i686.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)
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index b89d72b..330c242 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.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)