aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/config.m4
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-12 15:48:58 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-12 15:48:58 -0800
commit470a3ea1a192e53a61012c30a6a9a5efcc712948 (patch)
tree17411a23e096274bd2a043072011e1f59404079d /src/php/ext/grpc/config.m4
parent35e7b0cb5ce5ea6721353eb8d698a1131c1096ef (diff)
Added libdl include
Diffstat (limited to 'src/php/ext/grpc/config.m4')
-rwxr-xr-xsrc/php/ext/grpc/config.m43
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)