Skip to content
Snippets Groups Projects
Commit abcc27a5 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #5 from murgatroid99/php_configure_fix

Added libdl include to make the PHP library compile
parents 7405f4fd 470a3ea1
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,9 @@ if test "$PHP_GRPC" != "no"; then ...@@ -32,6 +32,9 @@ if test "$PHP_GRPC" != "no"; then
GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
PHP_ADD_LIBRARY(pthread) PHP_ADD_LIBRARY(pthread)
PHP_ADD_LIBRARY(dl,,GRPC_SHARED_LIBADD)
PHP_ADD_LIBRARY(dl)
PHP_ADD_LIBRARY(rt,,GRPC_SHARED_LIBADD) PHP_ADD_LIBRARY(rt,,GRPC_SHARED_LIBADD)
PHP_ADD_LIBRARY(rt) PHP_ADD_LIBRARY(rt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment