File tree Expand file tree Collapse file tree
images/docker/gpdb/build/jammy
packaging/deb/jammy/debian Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install
3434 libssl-dev \
3535 debhelper \
3636 debootstrap \
37+ libfakeroot \
3738 make \
3839 equivs \
3940 bison \
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ override_dh_gencontrol:
4646 dh_gencontrol -- -v${GPDB_PKG_VERSION} -p${PACKAGE_GPDB}
4747
4848override_dh_shlibdeps :
49- LD_LIBRARY_PATH=$LD_LIBRARY_PATH :${DEBIAN_DESTINATION} /lib dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
49+ LD_LIBRARY_PATH=$LD_LIBRARY_PATH :/usr/lib/x86_64-linux-gnu/libfakeroot: ${DEBIAN_DESTINATION} /lib dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
5050
5151clean_dev_local :
5252 rm -rf ${DEBIAN_DESTINATION}
You can’t perform that action at this time.
0 commit comments