micro: eliminate some bloat
authorPhil Blundell <philb@gnu.org>
Sat, 6 Jun 2009 09:11:23 +0000 (10:11 +0100)
committerPhil Blundell <philb@gnu.org>
Sat, 6 Jun 2009 09:11:23 +0000 (10:11 +0100)
Acked-by: Chris Larson
conf/distro/micro.conf

index bf4e5e1..a6fb64e 100644 (file)
@@ -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"