Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] curl needs more love too
@ 2007-07-08 13:49 Cristian Ionescu-Idbohrn
  2007-07-13 14:12 ` Ralph Siemsen
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 13:49 UTC (permalink / raw)
  To: buildroot

Index: package/curl/curl.mk
===================================================================
--- package/curl/curl.mk	(revision 19036)
+++ package/curl/curl.mk	(working copy)
@@ -3,7 +3,7 @@
 # curl
 #
 #############################################################
-CURL_VERSION:=7.13.1
+CURL_VERSION:=7.16.3
 CURL_SOURCE:=curl-$(CURL_VERSION).tar.bz2
 CURL_SITE:=http://curl.haxx.se/download/
 CURL_CAT:=$(BZCAT)
@@ -17,7 +17,7 @@

 $(CURL_DIR)/.unpacked: $(DL_DIR)/$(CURL_SOURCE)
 	$(CURL_CAT) $(DL_DIR)/$(CURL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(CURL_DIR) package/curl/ \*.patch*
+	toolchain/patch-kernel.sh $(CURL_DIR) package/curl curl-$(CURL_VERSION)-\*.patch*
 	touch $(CURL_DIR)/.unpacked

 $(CURL_DIR)/.configured: $(CURL_DIR)/.unpacked


-- 
Cristian

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] curl needs more love too
  2007-07-08 13:49 [Buildroot] curl needs more love too Cristian Ionescu-Idbohrn
@ 2007-07-13 14:12 ` Ralph Siemsen
  0 siblings, 0 replies; 2+ messages in thread
From: Ralph Siemsen @ 2007-07-13 14:12 UTC (permalink / raw)
  To: buildroot

On Sun, Jul 08, 2007 at 03:49:03PM +0200, Cristian Ionescu-Idbohrn wrote:

> -CURL_VERSION:=7.13.1
> +CURL_VERSION:=7.16.3

Current version seems to be 7.16.4

> -	toolchain/patch-kernel.sh $(CURL_DIR) package/curl/ \*.patch*
> +	toolchain/patch-kernel.sh $(CURL_DIR) package/curl curl-$(CURL_VERSION)-\*.patch*

Looks fine to me.

When cross-compiling though the configure script fails:
checking for "/dev/urandom"... configure: error: cannot check for file existence when cross compiling

I can fix this by passing --without-random, however there are plenty of
other opportunities for things to go wrong, as the Configure script
seems to do a lot of host-side inspection of headers/libraries.
How are other folks handling this situation?

-R

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-13 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 13:49 [Buildroot] curl needs more love too Cristian Ionescu-Idbohrn
2007-07-13 14:12 ` Ralph Siemsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox