]> sigrok.org Git - libsigrok.git/commit
configure: Add optional TI-RPC dependency, unbreak VXI communication.
authorSoeren Apel <redacted>
Sun, 26 Jul 2020 15:11:37 +0000 (17:11 +0200)
committerGerhard Sittig <redacted>
Fri, 9 Oct 2020 16:50:58 +0000 (18:50 +0200)
commita3fe36d01ef4ec7c70c0fda7911ff6710116cee6
treeecaebb3c8fcb17c825091ec7962216b0d7eb3633
parentb1eb94bbef0312005f879b7525b11b8c7049aca1
configure: Add optional TI-RPC dependency, unbreak VXI communication.

Recent glibc-2.26 no longer provides support for SunRPC, and libsigrok's
build support failed to detect the presence of libtirpc in that case.

  https://wiki.gentoo.org/wiki/Glibc_2.26_porting_notes/RPC_implementation

Extend the check, use either SunRPC or TI-RPC. Which re-enables VXI on
recent setups. This resolves bug #1473.
Makefile.am
README
configure.ac