mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Put on my peril-sensitive sunglasses. Remove any old libraries that
we have just installed a replacement for. This should solve the problem of having a stale /usr/lib/libc.so.4 after we put a fresh /usr/lib/compat/libc.so.4 in its place.
This commit is contained in:
parent
9222e100d6
commit
7a19c34992
7 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ ${lib}: ${lib}.gz.uu
|
|||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}/aout
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ beforeinstall:
|
|||
${DESTDIR}/usr/libexec
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}/aout
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ beforeinstall:
|
|||
${DESTDIR}/usr/libexec
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}/aout
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ beforeinstall:
|
|||
@${ECHO} "libtermlib.so.2.1 -> libtermcap.so.2.1" ; \
|
||||
cd ${DESTDIR}${LIBCOMPATDIR}/aout ; \
|
||||
ln -sf libtermcap.so.2.1 libtermlib.so.2.1
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ ${lib}: ${lib}.gz.uu
|
|||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ ${lib}: ${lib}.gz.uu
|
|||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ ${lib}: ${lib}.gz.uu
|
|||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
rm -f ${LIBS:S@^@${DESTDIR}${SHLIBDIR}/@}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
|
|
|
|||
Loading…
Reference in a new issue