Ticket #88: 510-boinc-cflags-unroll-loops-fix.patch

File 510-boinc-cflags-unroll-loops-fix.patch, 587 bytes (added by KSMarksPsych, 17 years ago)

Patch provided by original reporter

  • boinc-5.2.14/configure

    old new  
    2151021510      ## add libcurl et al. to the list of statically linked libs
    2151121511      STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv"
    2151221512      CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}"
    21513       CURL_LIB_PATHS=`echo $LIBCURL | sed 's/-l[^ ]*//g'`
     21513      CURL_LIB_PATHS=`echo $LIBCURL | sed 's/ \+-l[^ ]*//g'`
    2151421514      LDFLAGS="$CURL_LIB_PATHS $LDFLAGS"
    2151521515
    2151621516      if test "${enable_debug}" = yes; then