summaryrefslogtreecommitdiff
blob: 1fb76cadd2b42477a4422760bd580a223ec8bcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ser-0.9.7/modules/ldap/Makefile.orig	2008-01-09 00:52:06.000000000 +0100
+++ ser-0.9.7/modules/ldap/Makefile	2008-01-09 00:52:13.000000000 +0100
@@ -8,7 +8,7 @@
 include ../../Makefile.defs
 auto_gen=
 NAME=ldap.so
-LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber
+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber
 CFLAGS=-Wall -g
 
 include ../../Makefile.modules