Re: [Rpm-maint] [rpm-software-management/rpm] Load plugin library symbols first (#1664)

2021-08-25 Thread Panu Matilainen
Closed #1664. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1664#event-5205877532___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Load plugin library symbols first (#1664)

2021-08-12 Thread Panu Matilainen
If I understand the ticket correctly, this is solving the wrong problem. With the exception of `foo_hooks`, all symbols in a plugin should be static in which case they get resolved at build time and using this GNU-specific extension is wholly unnecessary. -- You are receiving this because you

Re: [Rpm-maint] [rpm-software-management/rpm] Load plugin library symbols first (#1664)

2021-04-28 Thread benierc
@ffesti, i see what you mean, i will change it, thanks -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Load plugin library symbols first (#1664)

2021-04-28 Thread Florian Festi
I understand the issue of symbols of the plugin vs system symbols as both may be linked to different versions of a library or symbols may collide otherwise. I am just not quite sure how or if at all this relates to RTLD_LAZY vs RTLD_NOW. So while the change may be OK I wonder if the commit