commit | 71b99ef3dc47f2756d7b6593f1d87b6052904ba0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 17 14:33:22 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 17 14:33:22 2015 +0100 |
tree | 911330a3d99dbb4a3daf94a7d0e664528ab581b2 | |
parent | ecc954703f937aaaaed614daff0b197ef808ee49 [diff] |
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.