mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
76bf8a1ac4
clang complains about "%lu" not to match size_t on 32-bit FreeBSD Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Aug 9 07:34:05 UTC 2019 on sn-devel-184
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.