projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f58565e
)
Refresh dynamic link cache after libjs install
author
Dan Scott
<dscott@laurentian.ca>
Sat, 10 Sep 2011 16:28:32 +0000
(12:28 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Sat, 10 Sep 2011 16:28:32 +0000
(12:28 -0400)
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 <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/Makefile.install
b/Open-ILS/src/extras/Makefile.install
index
96b1662
..
27d6e85
100644
(file)
--- 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;