As ld(1) was taught to look into /lib, there's no longer a reason
for having compatibility .so symlinks. Submitted by: obrien Reviewed by: gordon
This commit is contained in:
parent
e0254f1068
commit
1c0b8fcbfe
@ -209,10 +209,6 @@ _libinstall:
|
||||
${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}
|
||||
.if defined(SHLIB_LINK)
|
||||
ln -fs ${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}/${SHLIB_LINK}
|
||||
.if (${LIBDIR} != ${SHLIBDIR})
|
||||
ln -fs ${LIBDIR:C|/[^/]+|/..|g:S|^/||}${SHLIBDIR}/${SHLIB_NAME} \
|
||||
${DESTDIR}${LIBDIR}/${SHLIB_LINK}
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.if defined(INSTALL_PIC_ARCHIVE) && defined(LIB) && !empty(LIB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user