https://bugzilla.novell.com/show_bug.cgi?id=382344 Summary: default to /usr/local/lib64 for self-compiled stuff Product: openSUSE 11.0 Version: Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sbrabec@novell.com QAContact: qa@suse.de CC: coolo@novell.com, schwab@novell.com Blocks: 369696 Found By: --- It would be nice, if autoconf based configure script will default to libdir=/usr/local/lib64 for self compiles stuff (i. e. ./configure ; make ; make install). It would prevent bi-arch clashes in packages supporting /usr/local. It's trivial to do it: Add /usr/local/share/config.site with following contents: ---- #! /bin/sh if test "$libdir" = '${exec_prefix}/lib' ; then libdir='${exec_prefix}/lib64' fi ---- It is possible to enhance it and skip the change, if it was called inside "linux32" command. -- 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.