Unbreak: need chmod 644 like it's done in gcc/11

input from sthen@
This commit is contained in:
ajacoutot 2022-07-22 09:34:28 +00:00
parent 1bb96a5821
commit 08a73dbf2f

View File

@ -227,6 +227,7 @@ post-extract:
perl -pi -e 's,^#define (_GCOMPILER_LIBCXX_HAVE_GETS) .*,/* #undef $$1 */,' \
${WRKDIR}/bootstrap/include/c++/*/*/bits/c++config.h
.endif
chmod 644 ${WRKDIR}/bootstrap/system-libs/lib*.so* # XXX
cp /usr/lib/libc.so.96.1 ${WRKDIR}/bootstrap/system-libs/ # XXX
post-install: