[packages/php-pecl-grpc: 2/2] EXTRA_INCLUDES hack due misdetected include paths
glen
glen at pld-linux.org
Wed Jul 20 21:27:23 CEST 2016
commit 3c3ee2716c79bb04ba0e5ec2260c1e7a6fc67f56
Author: Elan Ruusamäe <glen at delfi.ee>
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
More information about the pld-cvs-commit
mailing list