From 74d6f2447f59a08c617efe29f64d40171db1b38f Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Mon, 11 Jan 2016 20:33:01 +0100 Subject: [PATCH] remove libresolv relict As far as I can tell, libresolv is not needed anymore. To avoid build breakage on systems where the resolver functions live in libc, just remove -lresolv --- loudmouth/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loudmouth/Makefile.am b/loudmouth/Makefile.am index c3e4c16..84b86e8 100644 --- a/loudmouth/Makefile.am +++ b/loudmouth/Makefile.am @@ -111,8 +111,7 @@ libloudmouthinclude_HEADERS = \ libloudmouth_1_la_LIBADD = \ $(LOUDMOUTH_LIBS) \ $(LIBIDN_LIBS) \ - $(ASYNCNS_LIBS) \ - -lresolv + $(ASYNCNS_LIBS) libloudmouth_1_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \