[oe-commits] org.oe.dev curl: really disable libidn (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Tue Dec 11 11:55:21 UTC 2007


curl: really disable libidn (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 91d5e4c4066a9c5a157af1cecfa08fa827e70cb1
ViewMTN: http://monotone.openembedded.org/revision/info/91d5e4c4066a9c5a157af1cecfa08fa827e70cb1
Files:
1
packages/curl/curl_7.16.4.bb
Diffs:

#
# mt diff -rf9729b7895bf54a34c5248b5bc0f5f2be5c19386 -r91d5e4c4066a9c5a157af1cecfa08fa827e70cb1
#
# 
# 
# patch "packages/curl/curl_7.16.4.bb"
#  from [96043638b03e8381c2d6e87633f13d8b69ae7213]
#    to [9f422993011a8a54e5050ac333fe5e07a7112e3d]
# 
============================================================
--- packages/curl/curl_7.16.4.bb	96043638b03e8381c2d6e87633f13d8b69ae7213
+++ packages/curl/curl_7.16.4.bb	9f422993011a8a54e5050ac333fe5e07a7112e3d
@@ -1,8 +1,8 @@ SECTION = "console/network"
 DESCRIPTION = "Command line tool and library for client-side URL transfers."
 LICENSE = "MIT"
 DEPENDS = "zlib gnutls"
 SECTION = "console/network"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
 S = "${WORKDIR}/curl-${PV}"
@@ -13,7 +13,7 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LI
                 --with-gnutls=${STAGING_BINDIR_CROSS}/ \
                 --without-ssl \
 		--with-random=/dev/urandom \
-		--without-idn \
+		--without-libidn \
 		--enable-crypto-auth \
 		"
 






More information about the Openembedded-commits mailing list