Hi Stuart --

On 11/20/2022 7:13 AM, Stuart Henderson wrote:
> 
> We might as well keep replacing the libs with copies from /usr/lib.
> I don't see a downside and there are upsides because it will be
> more resilient where a library has been changed in bsae due to new
> requirements from the kernel.
> 
> I think it would make sense to replace all the libraries rather than
> just libc. libpthread is certainly one which sometimes needs changes
> like this.
> 
> For example for dmd, something like this:
> 
>       cd ${WRKDIR}/dmd-bootstrap/bin64 && \
>           for i in lib*.so*; do \
>               chmod 644 $$i; \
>               cp /usr/lib/$${i%.so.*}.so.* .; \
>       done
> 

Anything that makes the bootstraps more robust is welcome in my eyes.

~Brian

Reply via email to