summaryrefslogtreecommitdiff
path: root/gnulib/Makefile.gnulib.inc.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 12:55:39 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-08 00:47:03 -0400
commitd20bc122888f03a2d2a5a9162f6287de5a79a8f9 (patch)
tree74f06af30ead1d46d0c749d1be85b439ce70b698 /gnulib/Makefile.gnulib.inc.in
parent172a7ff54b235e3e30e52976c953f6da8134625d (diff)
downloadbinutils-gdb-d20bc122888f03a2d2a5a9162f6287de5a79a8f9.tar.gz
gnulib: import select
A few sims use this to emulate the syscall & provide network functionality.
Diffstat (limited to 'gnulib/Makefile.gnulib.inc.in')
-rw-r--r--gnulib/Makefile.gnulib.inc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib/Makefile.gnulib.inc.in b/gnulib/Makefile.gnulib.inc.in
index 8cac19fca0d..822f892a189 100644
--- a/gnulib/Makefile.gnulib.inc.in
+++ b/gnulib/Makefile.gnulib.inc.in
@@ -40,5 +40,5 @@ LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
LIBGNU_EXTRA_LIBS = @FREXPL_LIBM@ @FREXP_LIBM@ @INET_NTOP_LIB@ \
@LIBTHREAD@ @LIB_GETLOGIN@ @LIB_GETRANDOM@ \
@LIB_HARD_LOCALE@ @LIB_MBRTOWC@ \
- @LIB_SETLOCALE_NULL@ @LIBINTL@
+ @LIB_SETLOCALE_NULL@ @LIBINTL@ @LIB_SELECT@ @LIBSOCKET@
INCGNU = -I$(srcdir)/../gnulib/import -I$(GNULIB_BUILDDIR)/import