aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 8ddba150e1..21f201e161 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -798,3 +798,6 @@ TARGET_ARCH[unexport] = "1"
# (breaks sysvinit at least)
DISTRO[unexport] = "1"
+# Make sure that LIBC isn't exported
+# (breaks perl at least)
+LIBC[unexport] = "1"