won't compile if USE_LDAP = 1 unless -llber is included

This commit is contained in:
Chris Körner 2020-12-22 11:08:04 +00:00
parent 98097f0344
commit 55d6882537

View File

@ -106,7 +106,7 @@ endif
ifdef USE_LDAP
ifeq ($(USE_LDAP),1)
override CFLAGS += -DHAVE_LDAP
LIBS += -lldap
LIBS += -lldap -llber
endif
endif