Ticket #590: libgcrypt-1.5.0.patch
| File libgcrypt-1.5.0.patch, 562 bytes (added by cian, 3 years ago) |
|---|
-
libgcrypt-1.5.
old new 616 616 617 617 # Solaris needs -lsocket and -lnsl. Unisys system includes 618 618 # gethostbyname in libsocket but needs libnsl for socket. 619 # Haiku has everything in -lnetwork 619 620 AC_SEARCH_LIBS(setsockopt, [socket], , 620 621 [AC_SEARCH_LIBS(setsockopt, [socket], , , [-lnsl])]) 621 622 AC_SEARCH_LIBS(setsockopt, [nsl]) 623 AC_SEARCH_LIBS(socket, [network]) 622 624 623 625 ################################## 624 626 #### Checks for header files. ####
