bpo-14568: local libraries paths not passed to linker on HP-UX by michael-o · Pull Request #8831 · python/cpython
Third party libraries on HP-UX don't reside in /usr/local/lib, but in /usr/local/lib/hpux<bitness>. These also need to be added to the compiler library dirs to make linking possible, not just for module discovery. Patch by Michael Osipov.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters