commit ab1751ce624d9c526eafd61754efd3564ff73f86 parent 27fb5d5695b1d812215a2ce2bbe0d1c97a648034 Author: finwo <finwo@pm.me> Date: Thu, 10 Oct 2019 10:09:07 +0200 Always rebuild memcached Diffstat:
| M | php/root/usr/bin/phpvm | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/php/root/usr/bin/phpvm b/php/root/usr/bin/phpvm @@ -138,6 +138,7 @@ case "$cmd" in # Compile & install ext-memcached phpize ./configure --disable-memcached-sasl + make clean make $MAKEOPTS make install