forked from pool/glibc
- Add ExtraBuildFlags for build flags that cannot be passed to configure. ------------------( below changes from previous sr )--------------------------- - Pass livepatchable flags directly to make. - Add optional support for livepatches (JSC #SLE-20049). - Generate ipa-clones tarball artifact when livepatch support is enabled. Userspace Livepatching allows your application to be updated without restarting. For a library to be livepatchable, it has to be compiled with special flags (-fpatchable-functions-entry=X,Y). To aid the development of livepatches, ipa-clones are also generated in the build process and packed into a livepatch-devel package. This package is meant to be used by developers during their workflow: these files contains log of changes that gcc did in the compiled code that may change code layout, which must be accounted when developing a livepatch. For instance, livepatching a function which is inlined requires livepatching every function that calls it. Tools that use such files already exists in kernel-livepatching and we aim porting them to userspace livepatching as well. OBS-URL: https://build.opensuse.org/request/show/931976 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=606
Description
No description provided
Languages
Standard ML
100%