From 2188a1d0e9d10d7ce489ba307936f4226f1eaf9a Mon Sep 17 00:00:00 2001 From: etrunko Date: Tue, 11 Dec 2007 00:48:08 +0000 Subject: [PATCH] Another item to TODO list --- trunk/TODO | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/trunk/TODO b/trunk/TODO index 265df70..8937f9e 100644 --- a/trunk/TODO +++ b/trunk/TODO @@ -23,16 +23,25 @@ include evas engine software x11* if CFLAGS is not set 3. The same for imlib2 -=============================================================================== +================================================================================ + +4. epeg and imlib2 - default build removes debian/changelog. Should be fixed in + upstream as it was done for other packages -4. epeg and imlib2 - default build removes debian/changelog. Should be fixed in upstream - as it was done for other packages - workaround has been made in build.sh it should be removed as soon as issue is fixed -=============================================================================== +================================================================================ 6. Build quilt and upload to extras-devel -============================================================================== +================================================================================ + + +7. In e_dbus, added -lpthread to CFLAGS in order to avoid linker errors like: + +/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/../lib/libpthread.so.0: undefined reference to `errno@GLIBC_PRIVATE' +/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/../lib/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE' +/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/../lib/libpthread.so.0: undefined reference to `__resp@GLIBC_PRIVATE' +/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/arm-none-linux-gnueabi/bin/../lib/libpthread.so.0: undefined reference to `h_errno@GLIBC_PRIVATE' + -- 1.7.9.5