cvs commit: src/lib Makefile src/lib/libpthread Makefile README dummy.c

Hasso Tepper hasso at estpak.ee
Thu Apr 19 23:55:48 PDT 2007


Simon Schubert wrote:
>   Added files:
>     lib/libpthread       Makefile README dummy.c 
>   Log:
>   Add a proxy libpthread.

This doesn't seem to work. Symbolic link libpthread.so.0 isn't created
as I would expect. I think that you want to apply following patch, no?

--- a/lib/libpthread/Makefile   Thu Apr 19 21:50:55 2007 +0300
+++ b/lib/libpthread/Makefile   Fri Apr 20 09:52:19 2007 +0300
@@ -12,9 +12,9 @@ realinstall: linkinstall
 realinstall: linkinstall
 linkinstall:
        # Do not overwrite existing symlinks
-       if [ ! -e ${DESTDIR}${TARGET_SHLIBDIR}/${LIBNAME}.so ]; then \
+       if [ ! -e ${DESTDIR}${TARGET_SHLIBDIR}/${SONAME} ]; then \
                ${LN} -fs lib${DEFAULT_PTHREAD_LIB}.so \
-                       ${DESTDIR}${TARGET_SHLIBDIR}/${LIBNAME}.so; \
+                       ${DESTDIR}${TARGET_SHLIBDIR}/${SONAME}; \
        fi
        if [ ! -e ${DESTDIR}${TARGET_LIBDIR}/${LIBNAME}.a ]; then \
                ${LN} -fs lib${DEFAULT_PTHREAD_LIB}.a \


-- 
Hasso Tepper





More information about the Commits mailing list