]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/MINOR: fix build when USE_THREAD is not defined
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 24 Mar 2018 12:17:32 +0000 (17:17 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Mar 2018 15:17:59 +0000 (17:17 +0200)
commit7741c854cd908dd4947325c36a6feb8203748d16
tree82e9de5f38e6042fd0c9b220439134fa25bc8196
parent22154b437d4ea40d09e868d938a66730030d8e4a
BUILD/MINOR: fix build when USE_THREAD is not defined

src/queue.o: In function `pendconn_redistribute':
/home/ilia/haproxy/src/queue.c:272: undefined reference to `thread_want_sync'
src/queue.o: In function `pendconn_grab_from_px':
/home/ilia/haproxy/src/queue.c:311: undefined reference to `thread_want_sync'
src/queue.o: In function `process_srv_queue':
/home/ilia/haproxy/src/queue.c:184: undefined reference to `thread_want_sync'
collect2: error: ld returned 1 exit status
make: *** [Makefile:900: haproxy] Error 1

To be backported to 1.8.
src/queue.c