diff -r 6bf4c948d0ba -r 895bf81d3b6e test/config.mk --- a/test/config.mk Sat Aug 03 11:02:55 2019 +0200 +++ b/test/config.mk Sat Aug 03 11:15:03 2019 +0200 @@ -6,12 +6,9 @@ include $(BUILD_ROOT)make/gcc.mk - -DAV_CFLAGS += -I/usr/include/libxml2 -DTEST -DAV_LDFLAGS += -lcurl -lxml2 +CFLAGS += -DLINUX +LDFLAGS += -lpthread -ldl -lm -lldap -CFLAGS += -DDEPTEST +CFLAGS += -I/usr/include/libxml2 +LDFLAGS += -lxml2 -lssl -lcrypto -# Dependency: libxml2 -xml = libxml2 -