diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-10 11:40:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-10 12:07:44 +0700 |
commit | 381029f836e4a72a164a5ce67f1944b0a9b6f870 (patch) | |
tree | a7794e0d9fb0cdd551e2f1c7d4759120e5d5b781 /system/postgresql15/postgresql15.SlackBuild | |
parent | 11c8cdccb332fc5351cb3d85331e2d8b1a12ba7c (diff) |
system/postgresql15: Updated for version 15.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql15/postgresql15.SlackBuild')
-rw-r--r-- | system/postgresql15/postgresql15.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql15/postgresql15.SlackBuild b/system/postgresql15/postgresql15.SlackBuild index 66d69d56f5..ff96cccd9d 100644 --- a/system/postgresql15/postgresql15.SlackBuild +++ b/system/postgresql15/postgresql15.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for PostgreSQL # # Copyright 2007-2018 Adis Nezirovic <adis_at_linux.org.ba> -# Copyright 2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2024-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql15 SRCNAM=postgresql -VERSION=${VERSION:-15.12} +VERSION=${VERSION:-15.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,10 +76,10 @@ else fi if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i586 -mtune=i686 -msse2" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686 -msse2" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" |