Diab Neiroukh 7ae66c0866 Clang requires libatomic to be linked via LDFLAGS
Clang requires the libatomic to be linked via LDFLAGS or else the linker
will fail to recognise __atomic macros.

An error as a result of not passing -latomic to the linker can be seen
below:

ld.lld: error: undefined symbol: __atomic_fetch_add_2
>>> referenced by sds.c:185
>>>               lto.tmp:(sdsdupshared)
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:276: keydb-server] Error 1
Former-commit-id: dcd7b684bbb7b4719a0e44d5764b01c48eb619dd
2020-04-30 15:06:10 -04:00
..
2019-01-29 18:10:46 -05:00
2019-01-29 18:10:46 -05:00
2019-03-24 18:06:57 -04:00
2019-01-29 18:10:46 -05:00
2020-01-27 19:59:04 -05:00
2020-04-16 20:01:13 -04:00
2019-03-06 16:29:30 -05:00
2019-02-15 16:55:40 -05:00
2020-01-21 19:51:16 -05:00
2019-02-15 16:55:40 -05:00
2020-04-16 20:12:05 -04:00
2020-04-16 20:12:05 -04:00
2016-07-27 11:34:25 +02:00
2019-04-07 16:54:56 -04:00
2019-10-24 14:24:55 +03:00
2019-11-19 17:23:47 +08:00
2020-03-15 18:47:01 -04:00
2020-03-15 18:47:01 -04:00
2019-04-07 16:54:56 -04:00
2014-08-08 10:05:32 +02:00
2019-02-23 02:24:23 -05:00
2019-04-07 17:23:59 -04:00
2020-04-16 17:06:25 -04:00
2018-11-11 18:49:55 +00:00
2015-04-27 12:07:49 +02:00
2019-07-11 20:20:01 -04:00
2019-03-24 18:06:57 -04:00
2019-03-28 17:56:14 -04:00
2020-03-31 17:56:04 +02:00
2019-04-16 23:16:03 -04:00
2020-04-15 22:43:40 -04:00