]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Makefile: disable shared cache on AIX 5.1
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Mar 2019 17:56:54 +0000 (18:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 05:46:07 +0000 (07:46 +0200)
commit13d9b0231abe6e1d6c404725746308a98bdab8c6
tree9db2dac6a0cbdbf55922ec146a0189ee4285c66e
parent0aed6acac51cf30aff619e45d3548c8f44431437
BUILD: Makefile: disable shared cache on AIX 5.1

AIX 5.1 is missing the following builtins used for atomic locking of the
shared inter-process cache :

   .__sync_val_compare_and_swap_4
   .__sync_lock_test_and_set_4
   .__sync_sub_and_fetch_4

Let's simply use the private cache by default since nobody cares on
such old systems. No test was made on a more recent version.
Makefile