@ftiasch I got it to compile with the following: https://github.com/envolution/aur/tree/main/abandoned/folly
Both patches changed, the cmake one I just changed the offset to match the current version
I left some comments about things that may not be needed, but my laptop takes too long to run through more full compilations to confirm. In any case it seems to compile happily now
Pinned Comments
carsme commented on 2023-12-07 04:02 (UTC)
BREAKING CHANGE: This package now builds shared objects:
instead of the static libraries:
Downstream packages must move
follyfrom themakedependstodependsarray to stay functional.We are doing this change since dynamic rather than static linking between packages is more in line with Arch Linux packaging practices (or just Linux packaging practices in general).