[oe-issues] [Bug 3473] New: curl builds fails due to bad configure parameter

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Dec 13 20:42:08 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=3473

           Summary: curl builds fails due to bad configure parameter
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: simon at josefsson.org


Hi!  My openmoko build fails because curl tries to link with libidn.  This
patch is needed.

Thanks,
/Simon

--- packages/curl/curl_7.16.4.bb.orig   2007-12-13 22:40:48.000000000 +0100
+++ packages/curl/curl_7.16.4.bb        2007-12-13 22:40:54.000000000 +0100
@@ -13,7 +13,7 @@
                 --with-gnutls=${STAGING_BINDIR_CROSS}/ \
                 --without-ssl \
                --with-random=/dev/urandom \
-               --without-idn \
+               --without-libidn \
                --enable-crypto-auth \
                "


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list