]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: enable poll() by default in the makefile
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Apr 2013 06:14:29 +0000 (08:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Apr 2013 06:20:00 +0000 (08:20 +0200)
commit32e65ef62570cbace7368ebe7262b48c28b31bb7
tree4685952c8dcf8ec330aaeab14ad56485644fc692
parentd655ffe8632ad117c13fc0a370a8314e30c2e922
BUILD: enable poll() by default in the makefile

This allows to build haproxy for unknown targets and still have poll().
If for any reason a target does not support it, just passing USE_POLL=""
disables it.
Makefile
README