Skip to content

Commit

Permalink
build: switch out hardcoded -lresolv for ${resolv_LIBS}
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Oct 11, 2023
1 parent 4e6f7b7 commit fa1acbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ libgxs_authmgr_la_LIBADD = ${crypto_LIBS} ${HX_LIBS} ${jsoncpp_LIBS} libgromox_c
EXTRA_libgxs_authmgr_la_DEPENDENCIES = ${default_sym}
libgxs_dnsbl_filter_la_SOURCES = exch/dnsbl_filter.cpp
libgxs_dnsbl_filter_la_LDFLAGS = ${plugin_LDFLAGS}
libgxs_dnsbl_filter_la_LIBADD = -lresolv libgromox_common.la
libgxs_dnsbl_filter_la_LIBADD = ${resolv_LIBS} libgromox_common.la
EXTRA_libgxs_dnsbl_filter_la_DEPENDENCIES = ${default_sym}
libgxs_ldap_adaptor_la_SOURCES = exch/ldap_adaptor.cpp exch/ldap_adaptor.hpp
libgxs_ldap_adaptor_la_LDFLAGS = ${plugin_LDFLAGS}
Expand Down

0 comments on commit fa1acbe

Please sign in to comment.