File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ ENV PG_BASE_MESON_FLAGS="--prefix=$PG_DEP_PREFIX \
4040# remember to keep this updated when we drop 3.11 support
4141ENV PATH="/opt/python/cp311-cp311/bin:$PATH"
4242
43+ # libraries installed in dep prefix must be usable everywhere
44+ ENV LD_LIBRARY_PATH="$PG_DEP_PREFIX/lib:$LD_LIBRARY_PATH"
45+
4346ADD pkg-config /pkg-config_build/
4447RUN ["bash", "/pkg-config_build/build-pkg-config.sh"]
4548
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ ENV PG_BASE_MESON_FLAGS="--prefix=$PG_DEP_PREFIX \
4040# remember to keep this updated when we drop 3.11 support
4141ENV PATH="/opt/python/cp311-cp311/bin:$PATH"
4242
43+ # libraries installed in dep prefix must be usable everywhere
44+ ENV LD_LIBRARY_PATH="$PG_DEP_PREFIX/lib:$LD_LIBRARY_PATH"
45+
4346ADD pkg-config /pkg-config_build/
4447RUN ["linux32", "bash", "/pkg-config_build/build-pkg-config.sh"]
4548
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ ENV PG_BASE_MESON_FLAGS="--prefix=$PG_DEP_PREFIX \
4040# remember to keep this updated when we drop 3.11 support
4141ENV PATH="/opt/python/cp311-cp311/bin:$PATH"
4242
43+ # libraries installed in dep prefix must be usable everywhere
44+ ENV LD_LIBRARY_PATH="$PG_DEP_PREFIX/lib:$LD_LIBRARY_PATH"
45+
4346ADD pkg-config /pkg-config_build/
4447RUN ["bash", "/pkg-config_build/build-pkg-config.sh"]
4548
You can’t perform that action at this time.
0 commit comments