remove libresolv relict
authorChristoph Moench-Tegeder <cmt@burggraben.net>
Mon, 11 Jan 2016 20:33:01 +0100
changeset 679 8504c82b58ef
parent 678 66017d9f6187
child 680 13923a5a7b89
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
--- a/loudmouth/Makefile.am	Mon Jan 11 20:32:21 2016 +0100
+++ b/loudmouth/Makefile.am	Mon Jan 11 20:33:01 2016 +0100
@@ -111,8 +111,7 @@
 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)    \