diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2017-04-16 12:55:10 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 14:45:25 +0700 |
commit | e3a7f534fd94120a41f622fc1516037b8ecee791 (patch) | |
tree | 8ece834b880c6abe0a2663f592d06757079bb7cc /desktop/gtkhash/gtkhash.SlackBuild | |
parent | 4940ce0e5ebea4be44ae9a7a626e2a211e35cd27 (diff) | |
download | slackbuilds-e3a7f534fd94120a41f622fc1516037b8ecee791.tar.gz |
desktop/gtkhash: Updated for version 1.1.
Diffstat (limited to 'desktop/gtkhash/gtkhash.SlackBuild')
-rw-r--r-- | desktop/gtkhash/gtkhash.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/desktop/gtkhash/gtkhash.SlackBuild b/desktop/gtkhash/gtkhash.SlackBuild index a2e7a5c117..3bb5e2fd53 100644 --- a/desktop/gtkhash/gtkhash.SlackBuild +++ b/desktop/gtkhash/gtkhash.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gtkhash -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.1} 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 @@ -40,8 +40,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" @@ -83,11 +83,10 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-linux-crypto \ --enable-gcrypt \ $thunar_params \ +# --enable-libcrypto \ # --enable-mbedtls \ # --enable-mhash \ # --enable-nettle \ -# --enable-nss \ -# --enable-polarssl \ # --enable-caja # --enable-nautilus \ # --enable-nemo \ |