浏览代码

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 <[email protected]>
Jan Janak 16 年之前
父节点
当前提交
20747a3a7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_s/auth_identity/Makefile

+ 1 - 1
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