[oe-issues] [Bug 2402] New: Recent change to openssl. inc breaks compilation when using prebuilt toolchain

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed May 30 10:19:37 UTC 2007


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

           Summary: Recent change to openssl.inc breaks compilation when
                    using prebuilt toolchain
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: stv at kirkconsulting.co.uk
         QAContact: tinderbox-oe at gmx.net


Created an attachment (id=1544)
 --> (http://bugs.openembedded.org/attachment.cgi?id=1544)
propesed fix

Recent change to openssl.inc breaks compilation when using prebuilt toolchain.
The offending line is:

    export EX_LIBS = "-lgcc -ldl ${TARGET_LDFLAGS}"

which got changed to:

    export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}"


Changing it back fixes the problem (see attached patch)


-- 
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