components/libmicrohttpd/patches/005.patch
author Tomas Heran <tomas.heran@oracle.com>
Thu, 16 Apr 2015 11:08:39 +0200
branchs11-update
changeset 4142 ac544f9e49ee
permissions -rw-r--r--
PSARC/2014/289 libmicrohttpd 20235905 GNU Libmicrohttpd - C library HTTP server should be added to Userland

Tomas Heran <[email protected]>
libnsl and libsocket need to be linked to on Solaris 11 for socket API.
Reported upstream as: https://gnunet.org/bugs/view.php?id=3752

diff -r d118e0f483a4 configure.ac
--- a/configure.ac	Thu Feb 05 14:49:09 2015 +0100
+++ b/configure.ac	Thu Apr 09 16:39:50 2015 +0200
@@ -135,6 +135,8 @@
 *solaris*)
      AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system])
      AC_DEFINE_UNQUOTED(_REENTRANT,1,[Need with solaris or errno doesnt work])
+     AC_SEARCH_LIBS(gethostbyname, nsl)
+     AC_SEARCH_LIBS(socket, socket)
      ;;
 *arm-linux*)
      AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux kernel])