mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +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
|
||||
|
||||
# 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 \
|
||||
--without-readline --with-gssapi --with-openssl --with-pam --with-ldap \
|
||||
|
|
Loading…
Reference in New Issue
Block a user