Ticket #950: boinc_solaris_build.diff

File boinc_solaris_build.diff, 414 bytes (added by mich181189, 15 years ago)

Patch to make boinc build on opensolaris

  • configure.ac

     
    373373case ${target} in
    374374        *-linux*|*-k*bsd*-gnu)  STATIC_LIB_LIST="${STATIC_LIB_LIST} nsl"
    375375        ;;
    376         *-solaris*)     STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto"
     376        *-solaris*)     STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto resolv"
    377377        ;;
    378378esac
    379379