diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-10 11:39:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-10 12:07:44 +0700 |
commit | 11c8cdccb332fc5351cb3d85331e2d8b1a12ba7c (patch) | |
tree | 382eee5d578442f5144c3c4ac9a2a033233ae64a /system/postgresql16/postgresql16.SlackBuild | |
parent | 1f73ea3a2dc48d2ee181daa489db5b1966f8af0f (diff) |
system/postgresql16: Updated for version 16.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql16/postgresql16.SlackBuild')
-rw-r--r-- | system/postgresql16/postgresql16.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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" |