summaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libxcrypt')
-rw-r--r--recipes-core/libxcrypt/libxcrypt.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/libxcrypt/libxcrypt.bbappend b/recipes-core/libxcrypt/libxcrypt.bbappend
new file mode 100644
index 00000000..0b4fbb3d
--- /dev/null
+++ b/recipes-core/libxcrypt/libxcrypt.bbappend
@@ -0,0 +1,4 @@
1# if vmsep is in distro features, we need a static libxycryp, so we can build
2# a static busybox. The end result of this is:
3# EXTRA_OECONF_remove = "--disable-static"
4EXTRA_OECONF_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}"