[oe-commits] org.oe.oz354x curl: fix EXTRA_OECONF to point to proper dir in staging

hrw commit openembedded-commits at lists.openembedded.org
Sun Jan 7 16:22:22 UTC 2007


curl: fix EXTRA_OECONF to point to proper dir in staging

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: 5c0e6ace2eb94ea5fc36a2308d162f38978f92f2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5c0e6ace2eb94ea5fc36a2308d162f38978f92f2
Files:
1
packages/curl/curl_7.16.0.bb
Diffs:

#
# mt diff -r7a3ad4e248d83a395b65e491a60ca4eb2a7ca433 -r5c0e6ace2eb94ea5fc36a2308d162f38978f92f2
#
# 
# 
# patch "packages/curl/curl_7.16.0.bb"
#  from [22b47659167345c41d07bdcc5aa2f43231229af0]
#    to [ab8e8249e4b44cd3a2f2473a100be54d375c4a86]
# 
============================================================
--- packages/curl/curl_7.16.0.bb	22b47659167345c41d07bdcc5aa2f43231229af0
+++ packages/curl/curl_7.16.0.bb	ab8e8249e4b44cd3a2f2473a100be54d375c4a86
@@ -10,7 +10,7 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LI
 inherit autotools pkgconfig binconfig
 
 EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
-                --with-gnutls=${STAGING_BINDIR_CROSS}/ \
+                --with-gnutls=${STAGING_BINDIR}/ \
                 --without-ssl \
 		--with-random=/dev/urandom \
 		--without-idn \






More information about the Openembedded-commits mailing list