mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Modify LD_LIBRARY_PATH to support all architectures
This commit is contained in:
parent
cc21faa4f4
commit
c0666b0935
|
@ -152,7 +152,7 @@ if [ ! -d "${postgres_dir}" ]; then
|
||||||
src/include/pg_config_manual.h
|
src/include/pg_config_manual.h
|
||||||
|
|
||||||
# Often needed, but currently set by the workflow
|
# Often needed, but currently set by the workflow
|
||||||
export LD_LIBRARY_PATH="${LIBPQ_BUILD_PREFIX}/lib"
|
export LD_LIBRARY_PATH="${LIBPQ_BUILD_PREFIX}/lib;${LIBPQ_BUILD_PREFIX}/lib64"
|
||||||
|
|
||||||
./configure --prefix=${LIBPQ_BUILD_PREFIX} --sysconfdir=/etc/postgresql-common \
|
./configure --prefix=${LIBPQ_BUILD_PREFIX} --sysconfdir=/etc/postgresql-common \
|
||||||
--without-readline --with-gssapi --with-openssl --with-pam --with-ldap \
|
--without-readline --with-gssapi --with-openssl --with-pam --with-ldap \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user