aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql16
diff options
context:
space:
mode:
Diffstat (limited to 'system/postgresql16')
-rw-r--r--system/postgresql16/postgresql16.SlackBuild6
-rw-r--r--system/postgresql16/postgresql16.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/postgresql16/postgresql16.SlackBuild b/system/postgresql16/postgresql16.SlackBuild
index 60bc69004b..48f91faf7e 100644
--- a/system/postgresql16/postgresql16.SlackBuild
+++ b/system/postgresql16/postgresql16.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql16
SRCNAM=postgresql
-VERSION=${VERSION:-16.8}
+VERSION=${VERSION:-16.9}
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"
diff --git a/system/postgresql16/postgresql16.info b/system/postgresql16/postgresql16.info
index b8a16175ff..8312817ed0 100644
--- a/system/postgresql16/postgresql16.info
+++ b/system/postgresql16/postgresql16.info
@@ -1,8 +1,8 @@
PRGNAM="postgresql16"
-VERSION="16.8"
+VERSION="16.9"
HOMEPAGE="https://www.postgresql.org"
-DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.8/postgresql-16.8.tar.gz"
-MD5SUM="f23f22ce8017b693b696ccb662b608ee"
+DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.9/postgresql-16.9.tar.gz"
+MD5SUM="d413931cf9b16e0a87e784210a63a3b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""