Skip to content

Commit c5db8f4

Browse files
authored
Fix jammy deps (#17)
* Try to add libfakeroot to LD_LIBRARY_PATH
1 parent c95bb0b commit c5db8f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

images/docker/gpdb/build/jammy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

packaging/deb/jammy/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ override_dh_gencontrol:
4646
dh_gencontrol -- -v${GPDB_PKG_VERSION} -p${PACKAGE_GPDB}
4747

4848
override_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

5151
clean_dev_local:
5252
rm -rf ${DEBIAN_DESTINATION}

0 commit comments

Comments
 (0)