https://bugzilla.novell.com/show_bug.cgi?id=382344 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=382344#c2 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|schwab@novell.com |ro@novell.com --- Comment #2 from Stanislav Brabec <sbrabec@novell.com> 2009-02-25 05:46:40 MST --- Reassigning, as there is no progress. It would be nice to add this file to aaa_base or filesystem or any low level package needed for compilation. Here is an improved version, which defaults to /usr/local/lib inside linux32 and /usr/local/lib64 outside. /usr/local/share/config.site: ---- if test "$libdir" = '${exec_prefix}/lib' ; then case `/bin/uname -i` in x86_64 | ppc64 | s390x ) libdir='${exec_prefix}/lib64' ;; esac fi ---- Note: It is still possible to override this behavior by "--libdir=/usr/local/lib". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.