mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue