Skip to content

Commit

Permalink
remove libresolv relict
Browse files Browse the repository at this point in the history
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
  • Loading branch information
moench-tegeder committed Jan 11, 2016
1 parent 447a66f commit 74d6f24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loudmouth/Makefile.am
Expand Up @@ -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) \
Expand Down

0 comments on commit 74d6f24

Please sign in to comment.