Add missing ldconfig call in install script

This commit is contained in:
Daniel Winzen
2020-10-13 15:20:01 +02:00
parent 573f9d19b4
commit 71bf701515

View File

@ -122,6 +122,7 @@ ln -sf .libs/libatomic_ops.a src/libatomic_ops.a
cd ..
cd luajit2
XCFLAGS="-O3 -march=native -mtune=native" make -j $PROC_LIMIT install
ldconfig
cd ../lua-resty-core
make -j $PROC_LIMIT install
cd ../lua-resty-lrucache