From 381029f836e4a72a164a5ce67f1944b0a9b6f870 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 10 May 2025 11:40:47 +0700 Subject: system/postgresql15: Updated for version 15.13. Signed-off-by: Willy Sudiarto Raharjo --- system/postgresql15/postgresql15.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/postgresql15/postgresql15.SlackBuild') 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 -# Copyright 2024 Willy Sudiarto Raharjo +# Copyright 2024-2025 Willy Sudiarto Raharjo # 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" -- cgit v1.2.3