/[smecontribs]/rpms/zabbix/contribs7/zabbix-1.6.2-curl-centos4.patch
ViewVC logotype

Annotation of /rpms/zabbix/contribs7/zabbix-1.6.2-curl-centos4.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Apr 6 15:08:55 2009 UTC (15 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
upstream upgrade to 1.6.4

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' zabbix-1.6.2/configure mezzanine_patched_zabbix-1.6.2/configure
2     --- zabbix-1.6.2/configure 2009-01-30 14:55:19.000000000 +0100
3     +++ mezzanine_patched_zabbix-1.6.2/configure 2009-01-30 14:54:19.000000000 +0100
4     @@ -9435,11 +9435,11 @@
5     echo "${ECHO_T}$libcurl_cv_lib_curl_version" >&6
6    
7     _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse`
8     - _libcurl_wanted=`echo 7.13.1 | $_libcurl_version_parse`
9     + _libcurl_wanted=`echo 7.12.1 | $_libcurl_version_parse`
10    
11     if test $_libcurl_wanted -gt 0 ; then
12     - echo "$as_me:$LINENO: checking for libcurl >= version 7.13.1" >&5
13     -echo $ECHO_N "checking for libcurl >= version 7.13.1... $ECHO_C" >&6
14     + echo "$as_me:$LINENO: checking for libcurl >= version 7.12.1" >&5
15     +echo $ECHO_N "checking for libcurl >= version 7.12.1... $ECHO_C" >&6
16     if test "${libcurl_cv_lib_version_ok+set}" = set; then
17     echo $ECHO_N "(cached) $ECHO_C" >&6
18     else
19     diff -Nur -x '*.orig' -x '*.rej' zabbix-1.6.2/configure.in mezzanine_patched_zabbix-1.6.2/configure.in
20     --- zabbix-1.6.2/configure.in 2009-01-16 13:19:09.000000000 +0100
21     +++ mezzanine_patched_zabbix-1.6.2/configure.in 2009-01-30 14:54:02.000000000 +0100
22     @@ -950,7 +950,7 @@
23     PROXY_LIBS="${PROXY_LIBS}"
24    
25     dnl Check for libCurl [default - yes]
26     - LIBCURL_CHECK_CONFIG(, [7.13.1], [],[])
27     + LIBCURL_CHECK_CONFIG(, [7.12.1], [],[])
28     if test "x$want_curl" = "xyes"; then
29     if test "x$found_curl" != "xyes"; then
30     AC_MSG_ERROR([Not found Curl library])

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed