hanging in glibc. So i suppose now you can use dash instead of bash for
default shell, if you want. LFS should be flexible right?
So little patch for glibc would be better than this sed script.
Mateusz Grotek
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org
Bruce Dubbs pisze:
> Mateusz Grotek wrote:
>
>> Hi. There is some simple solution to make ldd.bash.in work with dash,
>> and other shells.
>> Change this line:
>> BEGIN
>> if set -o pipefail 2> /dev/null; then
>> END
>> to these two lines:
&
Gilles Espinasse pisze:
> Selon Mateusz Grotek <[EMAIL PROTECTED]>:
>
>
>> Bruce Dubbs pisze:
>>
>>> Mateusz Grotek wrote:
>>>
>>>
> ...
>
>>>> and that's all. With this fix it works correctly and thi