]> Git Repo - buildroot-mgba.git/commit
package/exim: add libxcrypt optional dependency
authorFabrice Fontaine <[email protected]>
Thu, 4 Apr 2024 21:12:28 +0000 (23:12 +0200)
committerYann E. MORIN <[email protected]>
Sun, 7 Apr 2024 08:51:42 +0000 (10:51 +0200)
commit938857ab3ba1c5cb01d8ce5f068dcf27de2fe253
treee7d8fbe4fb0e5329c3b835a60a7a01a4f9e0c4b2
parentb0865e2a76cc5d51dc874ceb448572081f001f92
package/exim: add libxcrypt optional dependency

Fix the following build failure raised since bump of glibc to version
2.39 in commit b5680f53d60acf8ff6010082f873438a39bd5d97:

crypt16.c:45:10: fatal error: crypt.h: No such file or directory
   45 | #include <crypt.h>
      |          ^~~~~~~~~

Fixes: b5680f53d60acf8ff6010082f873438a39bd5d97
 - http://autobuild.buildroot.org/results/3c846c763a05f2569db7a019af8b91b0563c8f42

Signed-off-by: Fabrice Fontaine <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
package/exim/Config.in
package/exim/exim.mk
This page took 0.035297 seconds and 4 git commands to generate.