commit | 764d6f762a22f883eef4f0bbb16132f1f716d8fb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 31 07:36:51 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 31 07:40:10 2014 +0100 |
tree | b7dd8c702ae8f6637de444c58b256b99d53af1b9 | |
parent | 0539ba3c354ab60a4134e1f3eea598a6e134b6f2 [diff] |
BUG/BUILD: revert accidental change in the makefile from latest SSL fix Commit 0bed994 ("BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates") accidently left a change in the Makefile resulting in -ldl being appended to the LDFLAGS. As reported by Dmitry Sivachenko, this will break build on systems without libdl such as FreeBSD. This fix must be backported to 1.5. (cherry picked from commit cd360cec7ac41aa3c1a7cbaf04559bf4d3666e25)