Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139621
Collapse All | Expand All

(-)boinc-5.2.14/configure.orig (-1 / +1 lines)
Lines 21510-21516 Link Here
21510
      ## add libcurl et al. to the list of statically linked libs
21510
      ## add libcurl et al. to the list of statically linked libs
21511
      STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv"
21511
      STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv"
21512
      CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}"
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
      LDFLAGS="$CURL_LIB_PATHS $LDFLAGS"
21514
      LDFLAGS="$CURL_LIB_PATHS $LDFLAGS"
21515
21515
21516
      if test "${enable_debug}" = yes; then
21516
      if test "${enable_debug}" = yes; then

Return to bug 139621