Author: Christoph M. Becker (cmb69)
Date: 2022-03-10T12:41:16+01:00

Commit: 
https://github.com/php/web-rmtools/commit/f660cbf5622e501c4fd1854885bab969a061098f
Raw diff: 
https://github.com/php/web-rmtools/commit/f660cbf5622e501c4fd1854885bab969a061098f.diff

Fix memcached builds

We must not add the include/ subfolders to the include path.

Changed paths:
  M  data/config/pecl/libs.ini


Diff:

diff --git a/data/config/pecl/libs.ini b/data/config/pecl/libs.ini
index 1706226..b33d020 100644
--- a/data/config/pecl/libs.ini
+++ b/data/config/pecl/libs.ini
@@ -49,6 +49,9 @@ expand_include=1
 [libjudy]
 expand_include=1
 
+[libmemcached]
+expand_include=0
+
 [librabbitmq]
 expand_include=1
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to