From 2970989ed97decb30a25ad33cf5ad2f2f664e23e Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 2 Dec 2018 22:36:52 -0200 Subject: [PATCH] Add forked and maintained extension in php-src from GCOV The libbcmath, libmagic libmbfl and libxmlrpc are maintained in php-src, so we should ensure these with tests. --- Makefile.gcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gcov b/Makefile.gcov index 514aa58b387..2cb4778cfe6 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -56,7 +56,7 @@ php_lcov.info: lcov-test cp $$x.bbg lcov_data/$$y.bbg ; \ fi; \ done; \ - for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcre2lib ext/xmlrpc/libxmlrpc ext/zip/lib; do \ + for dir in ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/oniguruma ext/pcre/pcre2lib ext/zip/lib; do \ if test -d lcov_data/$$dir; then \ rm -rf lcov_data/$$dir ; \ fi; \