[Rpm-maint] [rpm-software-management/rpm] AIX: implement xsetprogname and xgetprogname (PR #4053)
Panu Matilainen
notifications at github.com
Thu Nov 27 11:48:34 UTC 2025
@pmatilai requested changes on this pull request.
Yeah if we need it then lets resurrect the old generic implementation, it was only really dropped because it clearly was not used by anything.
The issue with this smaller patch is that it redefines and initializes the "char *aix_progname = NULL" variable in every single compilation unit that includes system.h, and that happens to be every single source file in rpm. At least gcc refuses to compile such a construct at all. Variables need to defined in source files, not headers.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4053#pullrequestreview-3514850471
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4053/review/3514850471 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251127/3468e165/attachment.htm>
More information about the Rpm-maint
mailing list