You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff

12 lines
371 B

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