haproxy/addons/51degrees/dummy
Willy Tarreau 24f5a24c18 BUILD: 51d: fix build issue with recent compilers
With gcc-11.2 and binutils-2.37 I'm getting link errors due to multiply
defined symbols when enabling USE_51DEGREES_V4. This is caused by two
variables being present in hash.h instead of hash.c, hence they're
defined twice.

This patch just moves them to hash.c and turns their declaration to
extern.

No backport is needed since this was introduced in 2.8-dev.
2022-12-15 19:36:13 +01:00
..
cityhash CONTRIB: move 51Degrees to addons/51degrees 2021-04-02 17:48:42 +02:00
pattern CONTRIB: move 51Degrees to addons/51degrees 2021-04-02 17:48:42 +02:00
trie CONTRIB: move 51Degrees to addons/51degrees 2021-04-02 17:48:42 +02:00
v4hash/hash BUILD: 51d: fix build issue with recent compilers 2022-12-15 19:36:13 +01:00
threading.c CONTRIB: move 51Degrees to addons/51degrees 2021-04-02 17:48:42 +02:00