]> granicus.if.org Git - ipset/commit
Fix link with libtool >= 2.4.4
authorOlivier Blin <dev@blino.org>
Wed, 6 Jan 2016 23:21:09 +0000 (00:21 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 9 Jan 2016 20:10:53 +0000 (21:10 +0100)
commita8013e5b2430e852207c9622cd881b686e464022
treedaea0edbbfd11971eec33b363cf9d785de47b079
parent071e3c2ff0634432a73f621b19a1bd09bdd70e51
Fix link with libtool >= 2.4.4

As of libtool-2.4.4, -ldl is no longer prepended to LIBS.
Since types.c needs dlopen() and dlerror(), use LIBADD_DLOPEN, as
suggested in libtool-2.4.4 release notes.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
lib/Makefile.am