commit 3c3ee2716c79bb04ba0e5ec2260c1e7a6fc67f56
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Jul 20 22:26:52 2016 +0300

    EXTRA_INCLUDES hack due misdetected include paths

 php-pecl-grpc.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 0c755f7..daa37f9 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -41,7 +41,8 @@ mv %{modname}-%{version}/* .
 %build
 phpize
 %configure
-%{__make}
+%{__make} \
+       EXTRA_INCLUDES="-I include/ -I src/php/ext/grpc/ -I 
third_party/boringssl/include/"
 
 %if %{with tests}
 # simple module load test
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-grpc.git/commitdiff/3c3ee2716c79bb04ba0e5ec2260c1e7a6fc67f56

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to