Re: [PATCH] readutmp: load libsystemd with dlopen instead of linking
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 7/12/26 18:29, Bruno Haible via Gnulib discussion list wrote: > The approach looks reasonable to me. Of course, I'll also value the opinion > of the other Gnulib and coreutils contributors. Also, since this patch adds > complexity, I'd like to understand why approach (b) [from the other mail] > would not work. I'm a bit more puzzled. I also don't see why (b) doesn't suffice. Certainly (b) is simpler. And I am dubious about the dlopen business in general; it's not needed for the other libraries coreutils dynamically link to, and why is libsystemd special? Also, I don't know what the difference is between the original patch (which you responded to negatively) and the revised patch.