Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136862 | Differences between
and this patch

Collapse All | Expand All

(-)boinc/configure.orig (-1 / +1 lines)
Lines 281-287 Link Here
281
      ## add libcurl et al. to the list of statically linked libs
281
      ## add libcurl et al. to the list of statically linked libs
282
      STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv"
282
      STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv"
283
      CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}"
283
      CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}"
284
      CURL_LIB_PATHS=`echo $LIBCURL | sed 's/-l[[^ ]]*//g'`
284
      CURL_LIB_PATHS=`echo $LIBCURL | sed 's/ \+-l[[^ ]]*//g'`
285
      LDFLAGS="$CURL_LIB_PATHS $LDFLAGS"
285
      LDFLAGS="$CURL_LIB_PATHS $LDFLAGS"
286
286
287
      if test "${enable_debug}" = yes; then
287
      if test "${enable_debug}" = yes; then

Return to bug 136862