﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1098	Remove extra /lib64, /libx32 references from ldconfig for Pure64	chris@…	clfs-commits@…	"ldconfig still has references to other dynamic linker locations in /lib64 and /libx32. These can be removed with this command:
{{{
sed -e 's/lib64/lib/' -e '/ld-linux\(-x32\|\.so\)/d' -i sysdeps/unix/sysv/linux/x86_64/ldconfig.h
}}}
Also it add those dirs to its default search locations, with these lines:
{{{
      add_system_dir (SLIBDIR);
      if (strcmp (SLIBDIR, LIBDIR))
        add_system_dir (LIBDIR);
}}}
Apparently LIBDIR and/or SLIBDIR is set elsewhere, but I couldn't find where. I'd prefer if we can find where it's getting those from, but if not, those lines can just be removed:
{{{
sed -e '/LIBDIR/d' -i elf/ldconfig.c
}}}"	task	new	trivial	CLFS Standard 3.1.0	BOOK				berzerkula@… jonathan@… chris@… cross-lfs@…
