Update memcached.sh

pull/490/head
midoks 2 years ago
parent 5052ea11b0
commit 2be2565736
  1. 3
      plugins/php/versions/common/memcached.sh

@ -61,7 +61,8 @@ Install_lib()
OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi
if ! pkg-config --exists libmemcached; then
pkg-config --exists libmemcached
if [ "$?" != "0" ]; then
cd ${rootPath}/plugins/php/lib && /bin/bash libmemcached.sh
OPTIONS="$OPTIONS --with-libmemcached-dir=${serverPath}/lib/libmemcached"
fi

Loading…
Cancel
Save