diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-12 15:48:58 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-12 15:48:58 -0800 |
commit | 470a3ea1a192e53a61012c30a6a9a5efcc712948 (patch) | |
tree | 17411a23e096274bd2a043072011e1f59404079d | |
parent | 35e7b0cb5ce5ea6721353eb8d698a1131c1096ef (diff) |
Added libdl include
-rwxr-xr-x | src/php/ext/grpc/config.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/php/ext/grpc/config.m4 b/src/php/ext/grpc/config.m4 index 40e4dd3379..d7d13f413e 100755 --- a/src/php/ext/grpc/config.m4 +++ b/src/php/ext/grpc/config.m4 @@ -32,6 +32,9 @@ if test "$PHP_GRPC" != "no"; then GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" 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) |