Ticket #88: 510-boinc-cflags-unroll-loops-fix.patch
File 510-boinc-cflags-unroll-loops-fix.patch, 587 bytes (added by , 18 years ago) |
---|
-
boinc-5.2.14/configure
old new 21510 21510 ## add libcurl et al. to the list of statically linked libs 21511 21511 STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv" 21512 21512 CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" 21513 CURL_LIB_PATHS=`echo $LIBCURL | sed 's/ -l[^ ]*//g'`21513 CURL_LIB_PATHS=`echo $LIBCURL | sed 's/ \+-l[^ ]*//g'` 21514 21514 LDFLAGS="$CURL_LIB_PATHS $LDFLAGS" 21515 21515 21516 21516 if test "${enable_debug}" = yes; then