aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcrypt/libxcrypt_%.bbappend
blob: 55e453d92ba57e474ab496a8326a4cc5e40fd788 (plain)
1
2
3
4
# if vmsep is in distro features, we need a static libxycryp, so we can build
# a static busybox. The end result of this is:
#    EXTRA_OECONF:remove = "--disable-static"
EXTRA_OECONF:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}"