From c6d019061adc350816b53cbd4c237044e084d1db Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 10 Jun 2015 15:18:10 +0200 Subject: added "sudo ldconfig" to Makefile to force that shared library cache is updated --- .gitignore | 2 ++ Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8e44606..44e22f9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ *.a *.so *.txt +*.a.* +*.so.* diff --git a/Makefile b/Makefile index 0f9c1bd..57c4a93 100644 --- a/Makefile +++ b/Makefile @@ -260,6 +260,7 @@ install: ${CP} ${HHVM_STATIC_LIBRARY} ${INSTALL_LIB}/; \ ${LN} ${INSTALL_LIB}/${HHVM_STATIC_LIBRARY} ${INSTALL_LIB}/libhhvmcpp.a; \ fi + sudo ldconfig test: mkdir -p tests/include/zts/phpcpp -- cgit v1.2.3