* Miroslav Lichvar:

> On Fri, Dec 16, 2022 at 09:55:11AM +0100, Florian Weimer wrote:
>>   Linking versioned libncurses against
>> unversioned libtinfo etc. would solve this, but I don't know how it
>> would to get to this point.
>
> I don't know much about ELF. Is it possible to remove versions from
> specific symbols in the symbol table after the libraries are built,
> maybe with some tool like chrpath?

It's an allocated section, and patching those is always a bit tricky.
In this case, we'd remove data from it, so it might work.  I'm still on
the fence whether we should have some form of proper link editor support
for that, or if it's too obscure to matter.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to