openmainframeproject / feilong

Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a set of APIs to operate z/VM including guest, image, network, volume etc.
https://www.openmainframeproject.org/projects/feilong
Apache License 2.0
35 stars 70 forks source link

Update zthin makefile to remove flag #825

Closed aazam-gh closed 2 months ago

aazam-gh commented 2 months ago

Removed the ifeq ($(OS_IS_RHEL8),1) flag in the zthin-parts makefile to avoid encountering error

Bischoff commented 2 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.