Commit 0a47fc0c authored by Olivier Crête's avatar Olivier Crête

configure: On Solaris, library is libnsl, not libnls

https://bugs.freedesktop.org/show_bug.cgi?id=73042
parent 019ff352
...@@ -335,7 +335,7 @@ AM_CONDITIONAL(GST_PLUGIN_BUILD_STATIC, test "x$enable_static_plugins" = "xyes") ...@@ -335,7 +335,7 @@ AM_CONDITIONAL(GST_PLUGIN_BUILD_STATIC, test "x$enable_static_plugins" = "xyes")
case $host_os in case $host_os in
solaris*) solaris*)
LDFLAGS="$LDFLAGS -lsocket -lnls" LDFLAGS="$LDFLAGS -lsocket -lnsl"
;; ;;
*) *)
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment