Closed aazam-gh closed 5 months ago
Some context: all modern distros (including Ubuntu) seem to need OS_IS_RHEL8=1 make
instead of make
, otherwise you get libzthin.so: undefined reference to 'get_myaddress'
.
This PR makes it the "normal" behaviour to link libtirpc.
Removed the
ifeq ($(OS_IS_RHEL8),1)
flag in the zthin-parts makefile to avoid encountering error