fix portability issues that led to Hurd build failures
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Sun, 4 Aug 2024 20:04:32 +0000 (16:04 -0400)
committerAaron M. Ucko <ucko@debian.org>
Sun, 4 Aug 2024 20:04:32 +0000 (16:04 -0400)
commit7f52a977b1ff7353a98090441b71ad76ae8fd37a
tree837d848131e1f499608017a195b071bdb0e0fc10
parent4c8ed83833f99a726d4b1c41b113f40056f6668e
fix portability issues that led to Hurd build failures

* src/build-system/configure(.ac):
  - Reflect the Hurd's support for -Wl,rpath,... .
* src/connect/ncbi_socket_cxx.cpp, src/connect/ext/ncbi_localnet.c:
  cope with missing PATH_MAX everywhere, not just under Windows.

Author: Aaron M. Ucko <ucko@debian.org>
Last-Update: 2020-09-19

Gbp-Pq: Name hurd_fixes
c++/src/build-system/configure
c++/src/build-system/configure.ac
c++/src/connect/ncbi_localip.c
c++/src/connect/ncbi_socket_cxx.cpp