diff -r 4fd523fff13b -r 0a29110b94ec make/project.xml --- a/make/project.xml Sat Mar 11 13:57:30 2023 +0100 +++ b/make/project.xml Sat Mar 11 17:14:51 2023 +0100 @@ -10,7 +10,7 @@ -DLINUX - -lpthread -ldl -lm -lldap + -lpthread -ldl -lm -lldap -llber # platform dependend source files PLATFORM_DAEMONOBJ = event_linux.o @@ -28,7 +28,7 @@ -DBSD -I/usr/local/include - -lpthread -lm -lldap + -lpthread -lm -lldap -llber # platform dependend source files PLATFORM_DAEMONOBJ = event_bsd.o @@ -46,7 +46,7 @@ -DBSD -DOSX - -lpthread -ldl -lm -lldap + -lpthread -ldl -lm -lldap -llber # platform dependend source files PLATFORM_DAEMONOBJ = event_bsd.o