Create the ndncert library

Change-Id: Ib5167500f16d4fb384ed6098c697355c1a50e4bb
diff --git a/.jenkins.d/10-build.sh b/.jenkins.d/10-build.sh
index db41533..33c02fa 100755
--- a/.jenkins.d/10-build.sh
+++ b/.jenkins.d/10-build.sh
@@ -42,3 +42,9 @@
 
 # Install
 sudo ./waf -j1 --color=yes install
+
+if has Linux $NODE_LABELS; then
+    sudo ldconfig
+elif has FreeBSD $NODE_LABELS; then
+    sudo ldconfig -a
+fi