]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: fix automatic inclusion of libdl.
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Mar 2015 13:33:22 +0000 (14:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Mar 2015 13:33:22 +0000 (14:33 +0100)
commit71b99ef3dc47f2756d7b6593f1d87b6052904ba0
tree911330a3d99dbb4a3daf94a7d0e664528ab581b2
parentecc954703f937aaaaed614daff0b197ef808ee49
BUILD: fix automatic inclusion of libdl.

Last commit ecc9547 ("BUILD: lua: it miss the '-ldl' directive") broke
build on systems without libdl (eg: FreeBSD). Since lua requires libdl
on some systems, let's simplify this by adding a USE_DL build directive
to enable/disable use of libdl. It's set by default on all linux flavors.
Makefile