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

           Summary: kdepimpi build fix.
           Product: Openembedded
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


There are two issues with kdepimpi:

1. It doesn't compile with gcc4
2. Its internal libcrypt conflicts with the one staged if you happen to have one
there.

I will attach the patch for gcc4 both as a monotone diff and as a separate file
for easy reading. I do not know if it breaks things with older gcc, but I think
there are plenty of people who may be willing to test.

The solution to the second problem is as easy as

OE_QMAKE_CFLAGS_prepend="-I${S}/pwmanager/libcrypt/crypt "

to make sure local libcrypt includes go fist (also in the patch).

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