From c17bef273e0cd1b831592980d9409c915b6a6a2b 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 96b166263a..27d6e850df 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -342,6 +342,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.43.2