aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql17/postgresql17.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/postgresql17/postgresql17.SlackBuild')
-rw-r--r--system/postgresql17/postgresql17.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild
index 1649b79a8b..edd42b2ea9 100644
--- a/system/postgresql17/postgresql17.SlackBuild
+++ b/system/postgresql17/postgresql17.SlackBuild
@@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql17
SRCNAM=postgresql
-VERSION=${VERSION:-17.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-17.6}
+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"