From 277f643c8ff5e5b53999adfb6ff6224c203c3229 Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 10 Oct 2004 11:35:16 +0000 Subject: [PATCH] fake: curl: update to 7.12.1 beautify .conf [2004092512483722174] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4461 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/curl/curl.conf | 5 ++--- package/base/curl/curl.desc | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/base/curl/curl.conf b/package/base/curl/curl.conf index 1bd17fc0e..e3fa3e59a 100644 --- a/package/base/curl/curl.conf +++ b/package/base/curl/curl.conf @@ -22,8 +22,7 @@ if [ $stagelevel -le 1 ] ; then # work arround configure mess - confopt="$confopt --without-ssl" - preconf="$preconf echo ac_cv_path_PKGCONFIG=/tmp/nothing >> \ - config.cache" + var_append confopt ' ' "--without-ssl" + hook_add preconf 5 "echo ac_cv_path_PKGCONFIG=/tmp/nothing >> config.cache" fi diff --git a/package/base/curl/curl.desc b/package/base/curl/curl.desc index 956f97cbf..74f47013e 100644 --- a/package/base/curl/curl.desc +++ b/package/base/curl/curl.desc @@ -39,8 +39,8 @@ [L] MIT [S] Stable -[V] 7.11.1 +[V] 7.12.1 [P] X -1---5-7-9 112.300 -[D] 231458056 curl-7.11.1.tar.bz2 http://curl.haxx.se/download/ +[D] 1123921935 curl-7.12.1.tar.bz2 http://curl.haxx.se/download/