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-ldaps.diff

12 lines
371 B

--- ser-0.9.7/modules/ldaps/Makefile.orig 2008-01-09 00:52:18.000000000 +0100
+++ ser-0.9.7/modules/ldaps/Makefile 2008-01-09 00:52:24.000000000 +0100
@@ -8,7 +8,7 @@
include ../../Makefile.defs
auto_gen=
NAME=ldaps.so
-LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber
+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber
CFLAGS=-Wall
include ../../Makefile.modules