]> git.pld-linux.org Git - packages/php-pecl-grpc.git/commitdiff
EXTRA_INCLUDES hack due misdetected include paths
authorElan Ruusamäe <glen@delfi.ee>
Wed, 20 Jul 2016 19:26:52 +0000 (22:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 20 Jul 2016 19:26:52 +0000 (22:26 +0300)
php-pecl-grpc.spec

index 0c755f75e67033ba348a9b60e26e7234541f54f5..daa37f9b266baacc3afb6864c3cbd34930da6c4a 100644 (file)
@@ -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
This page took 0.102807 seconds and 4 git commands to generate.