SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Add switch option for custom glibc #43

Closed giulianobelinassi closed 3 years ago

giulianobelinassi commented 3 years ago

Programs may be using an custom glibc version. This commit add support for linking libpulp with another glibc provided in the PATH variable using the --with-glibc=PATH switch option.

Signed-off-by: Giuliano Belinassi gbelinassi@suse.de