build: support CentOS Stream 9

Change-Id: Ia91d81f888437d026fef658fce9a03a787c7ed23
diff --git a/.jenkins.d/10-build.sh b/.jenkins.d/10-build.sh
index 692ad2f..23c2987 100755
--- a/.jenkins.d/10-build.sh
+++ b/.jenkins.d/10-build.sh
@@ -36,6 +36,9 @@
 # Install
 sudo_preserve_env PATH -- ./waf --color=yes install
 
+if has CentOS $NODE_LABELS; then
+    sudo tee /etc/ld.so.conf.d/ndn.conf >/dev/null <<< /usr/local/lib64
+fi
 if has Linux $NODE_LABELS; then
     sudo ldconfig
 fi