summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-06-10 15:18:10 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-06-10 15:18:10 +0200
commitc6d019061adc350816b53cbd4c237044e084d1db (patch)
treeffb4d77b693ad104126da3b19091700fee171da1 /Makefile
parentea6170527b5d52f027e0ef666f72016570c88961 (diff)
added "sudo ldconfig" to Makefile to force that shared library cache is updated
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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