Ticket #950: boinc_solaris_build.diff
File boinc_solaris_build.diff, 414 bytes (added by , 15 years ago) |
---|
-
configure.ac
373 373 case ${target} in 374 374 *-linux*|*-k*bsd*-gnu) STATIC_LIB_LIST="${STATIC_LIB_LIST} nsl" 375 375 ;; 376 *-solaris*) STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto "376 *-solaris*) STATIC_LIB_LIST="${STATIC_LIB_LIST} X* ssl crypto resolv" 377 377 ;; 378 378 esac 379 379