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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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