mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
configure: check if -lsocket is needed (for Solaris)
Also, link libgio to -lresolv explicitly, rather than depending on getting it implicitly via the libasyncns build (which should eventually be going away). https://bugzilla.gnome.org/show_bug.cgi?id=645336
This commit is contained in:
@@ -416,6 +416,7 @@ libgio_2_0_la_LIBADD = \
|
||||
$(SELINUX_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(XATTR_LIBS) \
|
||||
$(NETWORK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS)
|
||||
|
Reference in New Issue
Block a user