Module: sip-router Branch: master Commit: 20747a3a7ce264b8f6bef5e79d2d49ba107c6259 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20747a3a...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Fri Aug 7 14:19:36 2009 +0200
auth_identity: Add -lrt and -ldap to the list of libraries
Two more libraries are needed when compiling auth_identity module statically, -lrt and -lldap.
Reported by MÉSZÁROS Mihály misi@niif.hu
---
modules_s/auth_identity/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_s/auth_identity/Makefile b/modules_s/auth_identity/Makefile index 9828cbe..f4974b0 100644 --- a/modules_s/auth_identity/Makefile +++ b/modules_s/auth_identity/Makefile @@ -13,7 +13,7 @@ LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl -lcrypto -lcurl # # Static linking, if you'd like to use TLS and AUTH_IDENTITY at the same time # -#LIBS+= /usr/lib/libcurl.a /usr/lib/libssl.a /usr/lib/libcrypto.a -lkrb5 -lidn -lz -lgssapi_krb5 +#LIBS+= /usr/lib/libcurl.a /usr/lib/libssl.a /usr/lib/libcrypto.a -lkrb5 -lidn -lz -lgssapi_krb5 -lrt -lldap
DEFS+=-DSER_MOD_INTERFACE