From 2f99e0c105780b8f8435220d03e04f491c861be1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sat, 10 Sep 2011 12:28:32 -0400 Subject: [PATCH] Refresh dynamic link cache after libjs install The build of SpiderMonkey can fail if it can't find the freshly installed libjs library, so run ldconfig after building libjs to avoid that bit o' fun. Signed-off-by: Dan Scott --- Open-ILS/src/extras/Makefile.install | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index d7347a4e14..d029588870 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -340,6 +340,7 @@ install_libjs: cp js/src/Linux_All_DBG.OBJ/*.so $(JS_INSTALL_PREFIX)/lib/ && \ cp js/src/Linux_All_DBG.OBJ/*.a $(JS_INSTALL_PREFIX)/lib/; \ fi; + ldconfig install_spidermonkey: if [ ! -f $(LIBJS_PERL).tar.gz ]; then wget $(LIBJS_PERL_URL); fi; -- 2.11.0