summaryrefslogtreecommitdiff
path: root/conf/distro/micro.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-06 10:11:23 +0100
committerPhil Blundell <philb@gnu.org>2009-06-06 10:11:23 +0100
commit02ce57eaf0cbc7c659e78a5591cf503f9b286791 (patch)
treeca9f4ecb8bb1344b5a6fdb7460c5eb7c95a8d48c /conf/distro/micro.conf
parent1c4705fe4cb9d094d52ef20317bbf229951ee79b (diff)
micro: eliminate some bloat
Acked-by: Chris Larson
Diffstat (limited to 'conf/distro/micro.conf')
-rw-r--r--conf/distro/micro.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index bf4e5e1a82..a6fb64e4d8 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -98,3 +98,12 @@ USE_NLS_gcc-cross = "no"
# Disable binary locale generation
ENABLE_BINARY_LOCALE_GENERATION = "0"
+# Don't install useless symlinks to libraries
+PACKAGE_SNAP_LIB_SYMLINKS = "1"
+
+# Collapse /usr into /
+layout_prefix = ""
+layout_exec_prefix = ""
+
+# Don't install ldconfig and associated gubbins
+USE_LDCONFIG = "0"