Message406785
_crypt is powered by pkgconf libcrypt or libxcrypt on Linux. On my system and on Debian, libcrypt.pc is a symlink to libxcrypt.pc. Linux has crypt() and/or crypt_r() in <crypt.h>. On FreeBSD crypt_r() is in <unistd.h> and libc.
_uuid needs similar special handling. It's <uuid/uuid.h>, -luuid, and uuid.pc on Linux. On BSD it's <uuid.h> and symbols are in libc.
_readline uses either libreadline (readline.pc) or libeditline (libeditline.pc). It also needs special handling of tinfo and termcap on some platforms.
ndbm, gdbm, and libdb have no pkgconf providers. My PR GH-29534 has some code to detect them in configure. |
|
Date |
User |
Action |
Args |
2021-11-22 14:42:42 | christian.heimes | set | recipients:
+ christian.heimes, miss-islington, erlendaasland |
2021-11-22 14:42:42 | christian.heimes | set | messageid: <1637592162.11.0.338797057895.issue45847@roundup.psfhosted.org> |
2021-11-22 14:42:42 | christian.heimes | link | issue45847 messages |
2021-11-22 14:42:41 | christian.heimes | create | |
|