HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #590

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  
    616616 
    617617# Solaris needs -lsocket and -lnsl. Unisys system includes 
    618618# gethostbyname in libsocket but needs libnsl for socket. 
     619# Haiku has everything in -lnetwork 
    619620AC_SEARCH_LIBS(setsockopt, [socket], , 
    620621        [AC_SEARCH_LIBS(setsockopt, [socket], , , [-lnsl])]) 
    621622AC_SEARCH_LIBS(setsockopt, [nsl]) 
     623AC_SEARCH_LIBS(socket, [network]) 
    622624 
    623625################################## 
    624626#### Checks for header files. #### 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/