BUG/BUILD: revert accidental change in the makefile from latest SSL fix
authorWilly Tarreau <w@1wt.eu>
Fri, 31 Oct 2014 06:36:51 +0000 (07:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Oct 2014 06:39:04 +0000 (07:39 +0100)
commitcd360cec7ac41aa3c1a7cbaf04559bf4d3666e25
tree594e1c3436d9055e613034e8f08777d07b1d91b9
parent0bed9945eec049f12638ac3ef82e2084ac4da1c0
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.
Makefile