Merge branch 'master' of bitbucket.org:ritt/elog

This commit is contained in:
ritt 2021-01-07 22:54:19 +01:00
commit 0f271ef6f3

View File

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