]> Git Repo - buildroot-mgba.git/commit
package/apg: add optional dependency to libxcrypt
authorBernd Kuhls <[email protected]>
Wed, 3 Apr 2024 15:36:33 +0000 (17:36 +0200)
committerYann E. MORIN <[email protected]>
Wed, 3 Apr 2024 19:54:21 +0000 (21:54 +0200)
commit99abd6e406b0bd55a1bcff807a2ab7d89357c3d1
treea520ed09dcdb624992364826a1374dfb5b86da7c
parentf12c77442e1184427eee0960646833728a4c47db
package/apg: add optional dependency to libxcrypt

When glibc was bumped to version 2.39 in commit
b5680f53d60acf8ff6010082f873438a39bd5d97 it removed the deprecated
libcrypt support.

As glibc's libcrypt was providing apg's libcrypt dependency this broke
the apg build using glibc version 2.39.

To fix this select the libxcrypt dependency to apg when using a glibc
toolchain and add the dependency if selected.

Fixes:
http://autobuild.buildroot.net/results/3df84ae300bb648492cffc21e4481fc5abf02aeb/

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
package/apg/Config.in
package/apg/apg.mk
This page took 0.039593 seconds and 4 git commands to generate.