From 459aea466a0ed58e4d1e1e048b50ac03e23faedd Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Fri, 20 Apr 2007 20:36:34 +0000 Subject: [PATCH] Create the right symlinks for libpthread.so.0. Submitted-by: Hasso Tepper --- lib/libpthread/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index e9c75434e4..12d2044c03 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/lib/libpthread/Makefile,v 1.1 2007/04/17 12:34:07 corecode Exp $ +# $DragonFly: src/lib/libpthread/Makefile,v 1.2 2007/04/20 20:36:34 corecode Exp $ LIBNAME= libpthread SHLIB_MAJOR= 0 @@ -12,9 +12,9 @@ SRCS= dummy.c 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 \ -- 2.41.0