diff options
author | Mike Westerhof <mwester@dls.net> | 2009-05-11 01:08:10 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-05-11 01:08:10 -0500 |
commit | f8f86875da226dca3a51c9b2bbf1c2bbf77eca3b (patch) | |
tree | cfacc30cbe9be663e5ce956cfa7e5db19b285b00 /conf | |
parent | 75d4826c3c0f7012ccee3a7116d7350f41539fa3 (diff) |
glibc.inc: temporarily comment out the OVERRIDE so that we can build while folks
sort out what they want to call the override.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/glibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc index 1d6b22d8b5..5499dc1d39 100644 --- a/conf/distro/include/glibc.inc +++ b/conf/distro/include/glibc.inc @@ -1,5 +1,5 @@ # Add glibc to the overrides. -OVERRIDES .= ":glibc" +#OVERRIDES .= ":glibc" # The things glibc can provide. We default to wanting glibc to provide them. PREFERRED_PROVIDER_virtual/libiconv ?= "glibc" |