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

           Summary: wget fails due to searching system paths
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


Wget no longer builds to the fact that the configure script searches system
paths when looking for the SSL headers.

The configure script provides an option to specify the location of the SSL
libraries, however there are two issues with trying to use this option:

1) It forces the use of SSL instead of allow the default behaviour of only
using SSL if it is found.
2) It also calls libtool from within the configure script so even when you
specify the path it doesn't work when called from within OE.

Due to 2 above I doubt that anyone is actually linking wget with openssl in OE.
So I've simply patched the recipe to explicity disable any checks for ssl at
all. If SSL support is required then the actual configure script would need to
be modified.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to