diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-23 07:58:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-23 23:35:25 +0700 |
commit | c444a03cbd878572936926f81ede4ebaf03e5a73 (patch) | |
tree | d6abc7fc534c763d81b6d74cb85974855f94ea7b | |
parent | 509e73cad9fa147aeba37d795129f732c7ae52b5 (diff) |
system/postgresql17: Remove unrecognized parameter.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/postgresql17/postgresql17.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild index 748491e283..07b8d42a2e 100644 --- a/system/postgresql17/postgresql17.SlackBuild +++ b/system/postgresql17/postgresql17.SlackBuild @@ -119,7 +119,6 @@ PYTHON="/usr/bin/python3" \ --with-python \ --with-libxml \ --with-libxslt \ - --enable-thread-safety \ --with-system-tzdata=/usr/share/zoneinfo \ --$NLS-nls \ --build=$ARCH-slackware-linux |