]> Git Repo - buildroot-mgba.git/commit
package/freeradius-client: add libxcrypt optional dependency
authorFabrice Fontaine <[email protected]>
Sun, 7 Apr 2024 13:00:14 +0000 (15:00 +0200)
committerYann E. MORIN <[email protected]>
Sun, 7 Apr 2024 15:34:16 +0000 (17:34 +0200)
commit0a9164adeecabf77a6a811dcc0e629d3d37a35f8
tree44fa4d8549a6a62e17d642b9f3ea9b838facc771
parent8dd367b82cb4eb9f974c3fd683de79f01be85c80
package/freeradius-client: add libxcrypt optional dependency

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

/home/autobuild/autobuild/instance-13/output-1/host/lib/gcc/riscv32-buildroot-linux-gnu/12.3.0/../../../../riscv32-buildroot-linux-gnu/bin/ld: local.o: in function `auth_local':
local.c:(.text+0xe8): undefined reference to `crypt'

Fixes: b5680f53d60acf8ff6010082f873438a39bd5d97
 - http://autobuild.buildroot.org/results/207bba3df700108839382007020be56c4629ef75

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