fix breakage found by randomconfig
diff --git a/Config.in b/Config.in
index e70caf5..416ffaa 100644
--- a/Config.in
+++ b/Config.in
@@ -293,10 +293,12 @@
Most people will leave this set to 'N'.
+# PIE can be made to work with BUILD_LIBBUSYBOX, but currently
+# build system does not support that
config BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
default n
- depends on !FEATURE_PREFER_APPLETS
+ depends on !FEATURE_PREFER_APPLETS && !PIE
help
Build a shared library libbusybox.so.N.N.N which contains all
busybox code.