Renato Botelho was so kind to improve on my patch to upgrade the doorman port to doorman 0.81 by adding a REINPLACE_CMD to add a -L... to the original Makefile. Alas, he made a small mistake. This PR fixes the mistake.
State Changed From-To: open->closed Committed. Thanks. I only remove "-L", to static link with libpcap. In your change you only remove "-lpcap" and put "-L<dir>", with this Makefile will fail, because not link with pcap.