Added libpq5 and libpq5-dev to the Redhat build script.

This commit is contained in:
Khushboo Vashi 2023-02-28 17:58:38 +05:30 committed by Akshay Joshi
parent ff25afb88e
commit 89a2e427f3

View File

@ -230,7 +230,7 @@ if [ "${OS_VERSION}" == 7 ]; then
fi fi
# Get the libpq we need # Get the libpq we need
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql$(ls -d /usr/pgsql-1* | sort -r | head -1 | awk -F '-' '{ print $2 }')-libs yumdownloader -y --downloadonly --destdir="${DISTROOT}" libpq5 libpq5-devel postgresql$(ls -d /usr/pgsql-1* | sort -r | head -1 | awk -F '-' '{ print $2 }')-libs
# #
# Get the results! # Get the results!