diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-07-15 18:08:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:55:26 +0700 |
commit | 45410e22ccc5537a555f1be35a8939aee43eb893 (patch) | |
tree | 252cfaf9820e8b4c43065b406cc407e1ee5f7eed /network/socat/socat.SlackBuild | |
parent | 2b7e1fd344905fdfdc3b1a8d1e5052d01b65d1d9 (diff) | |
download | slackbuilds-45410e22ccc5537a555f1be35a8939aee43eb893.tar.gz |
network/socat: Updated for version 1.7.3.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'network/socat/socat.SlackBuild')
-rw-r--r-- | network/socat/socat.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/socat/socat.SlackBuild b/network/socat/socat.SlackBuild index 840cd6a324..a1133b67ca 100644 --- a/network/socat/socat.SlackBuild +++ b/network/socat/socat.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2009 Andrew Psaltis <ampsaltis@gmail.com> # Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc> -# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -22,13 +22,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=socat -VERSION=${VERSION:-1.7.3.1} +VERSION=${VERSION:-1.7.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |