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 |