Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 248c786

Browse files
author
Alexander Lakhin
committed
fix LD_LIBRARY_PATH in isolationtester for v14 on altlinux (PGPRO-5369) (2)
1 parent c089938 commit 248c786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_install/make_installcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ done <<< "$opts";
147147

148148
# Workaround for incorrect libpq in isolationtester for v14 on altlinux. (PGPRO-5369)
149149
ldlib=""
150-
if grep 'CPE_NAME="cpe:/o:alt:.*:p10"\|ALT Server 9.0\|ALT 8 SP Server' /etc/*-release >/dev/null 2>&1; then
150+
if grep 'CPE_NAME="cpe:/o:alt:.*:p10"\|ALT Server 9.0\|ALT 8 SP Server\|ALT Linux 7.0.4 SPT' /etc/*-release >/dev/null 2>&1; then
151151
ver=`$1/bin/pg_config --version | sed -nE "s/[^0-9]+([0-9]+).*/\1/p"`
152152
if [ "$ver" == 14 ]; then
153153
ldlib="LD_LIBRARY_PATH=$1/lib:$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)