From e8b2d6dc10a9499f35f9e2a4694ede0f336a793c Mon Sep 17 00:00:00 2001 From: Rushikesh Sathe Date: Thu, 7 May 2026 10:02:24 +0000 Subject: [PATCH] Updated libprotobuf script --- l/libprotobuf/libprotobuf_ubi_9.3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/l/libprotobuf/libprotobuf_ubi_9.3.sh b/l/libprotobuf/libprotobuf_ubi_9.3.sh index 550dda0f7f..6dbbec6064 100644 --- a/l/libprotobuf/libprotobuf_ubi_9.3.sh +++ b/l/libprotobuf/libprotobuf_ubi_9.3.sh @@ -95,6 +95,8 @@ cmake --install . cd .. +export LD_LIBRARY_PATH=$LIBPROTO_INSTALL/lib64:$LIBPROTO_DIR/build/third_party/abseil-cpp/absl/base:$LD_LIBRARY_PATH + #create pyproject.toml for libprotobuf wget https://raw.githubusercontent.com/ppc64le/build-scripts/refs/heads/master/l/libprotobuf/pyproject.toml sed -i s/{PACKAGE_VERSION}/$PACKAGE_VERSION/g pyproject.toml