Merged in Chris-K-rner/wont-compile-if-use_ldap-1-unless-llber-1608635267410 (pull request #8)

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

Approved-by: Stefan Ritt
This commit is contained in:
Chris Körner
2020-12-22 14:49:40 +00:00
committed by Stefan Ritt
+1 -1
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