Re: Notes about boot-floppies, slang, and newt
Eduard Bloch <edi@gmx.de> cum veritate scripsit:
> I see a serious problem: ldd does not find any references to
> libslang.so.1, but ld-linux does. Any ideas? In the attached patch are
> changes that I made so far. LC is hard-wired with LANG_CHOOSER.
config
@@ -109,8 +109,10 @@
# support it, `true' or `false'
ifneq (,$(filter $(architecture),i386 arm powerpc alpha))
export USE_LANGUAGE_CHOOSER := true
+ export LC := true
else
export USE_LANGUAGE_CHOOSER := false
+ export LC := true
endif
# list of all available languages
Looks wrong.
I think the latter you mean LC := false, though
I doubt if the value here is actually used.
regards,
junichi
--
dancer@debian.org : Junichi Uekawa http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4
Reply to: