This is probably not the correct way to do it, but it fixes my build issues (#392).
It’s probably a good idea to check for libtirpc or even include a configure flag (–with-libtirpc) but I currently can’t wrap my head around linuxcnc’s autotools setup.
评论 (3)
#2 – awigen 于 2019-05-11
This is now superseeded by https://github.com/LinuxCNC/linuxcnc/pull/587 which fallsback to TI-RPC if libc does not provide RPC.
#3 – rene-dev 于 2019-05-13
fixed by #587
#1 – jepler 于 2018-05-03
Thank you for offering a patch, though, I appreciate it, and it is going to help users who have the same problem as you’re encountering.
You’re right that we can’t accept this PR as-is because it should be properly integrated into configure (and into debian dependency management stuff in debian/) but I will leave it open so that people who need a quick fix can get it.