From 0a47fc0cbbcc6e023a77bbafef96fa3b1c42cf0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 27 Mar 2015 20:08:17 -0400 Subject: [PATCH] configure: On Solaris, library is libnsl, not libnls https://bugs.freedesktop.org/show_bug.cgi?id=73042 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96c92de..1177209 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,7 @@ AM_CONDITIONAL(GST_PLUGIN_BUILD_STATIC, test "x$enable_static_plugins" = "xyes") case $host_os in solaris*) - LDFLAGS="$LDFLAGS -lsocket -lnls" + LDFLAGS="$LDFLAGS -lsocket -lnsl" ;; *) ;; -- 2.7.4