remove obsolete lines copying across an updated libc.so.96.* to bootstrap (+ this port is BROKEN anyway)

This commit is contained in:
sthen 2023-12-14 11:17:52 +00:00
parent 74c0309f87
commit f340f5b7ea
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ post-extract:
echo '#!/bin/sh' > ${WRKDIR}/bin/pypy
echo 'LD_LIBRARY_PATH=${WRKDIR}/bootstrap/system-libs:${WRKDIR}/bootstrap/pypy/lib exec ${WRKDIR}/bootstrap/bin/pypy "$$@"' >> ${WRKDIR}/bin/pypy
chmod +x ${WRKDIR}/bin/pypy
chmod 644 ${WRKDIR}/bootstrap/system-libs/lib*.so* # XXX
cp /usr/lib/libc.so.96.* ${WRKDIR}/bootstrap/system-libs/ # XXX
.endif
SUBST_VARS += MODTK_INCDIR MODTCL_INCDIR MODTK_LIB MODTCL_LIB