NetBSD/share
lukem 58d2d9a196 Set _LIBLDOPTS to set -Wl,-rpath-link -R -L appropriately based
on the setting of ${SHLIBDIR} and ${SHLIBINSTALLDIR} (_not_ ${_LIBSODIR}).

Fixes cruel and unusual ^W^W^W obscure native-build and not-so-obscure
cross-builds problems I was having with shared libraries with a
non-base LIBDIR (e.g, /usr/X11R6/lib) that use LDADD to pull in other
libraries from /usr/lib (such as libm) which are really in /lib and the
symlink from ${DESTDIR}/usr/lib/libm.so to /lib/libm.so.N.M was confusing
the linker.  Stuffing -rpath-link ${DESTDIR}/lib in solves the problem.

This should mean that shared libraries that depend upon other shared
libraries in other directories should DTRT in a DESTDIR (cross-)build...

Inspired by _PROGLDOPTS in <bsd.prog.mk>
2003-09-30 07:24:23 +00:00
..
dict put 'Czechoslovak' and 'Czechoslovakian' back; even through the country 2003-05-24 16:48:31 +00:00
doc fix bad example of select() - first arg shouldn't be FD_SETSIZE. from openbsd 2003-08-13 02:07:06 +00:00
examples provide commands required to create the syslog log files used by this config 2003-09-01 00:30:34 +00:00
i18n update conversion tables for KSC5601(KSX1001) <-> UCS. 2003-09-26 17:58:42 +00:00
locale Sort unsorted entries in last commit. 2003-09-02 10:29:27 +00:00
man Fix typos; new sentence, new line; fix name in license (ok'd by manu); 2003-09-29 10:05:35 +00:00
me Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:30:41 +00:00
misc +AFU 2003-09-29 12:44:30 +00:00
mk Set _LIBLDOPTS to set -Wl,-rpath-link -R -L appropriately based 2003-09-30 07:24:23 +00:00
nls Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
sushi netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
tabset minor makefile delint 2002-09-18 07:50:31 +00:00
termcap Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:30:41 +00:00
tmac Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
wscons Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
zoneinfo Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. 2003-07-18 08:26:01 +00:00
Makefile Citrus iconv support(5) 2003-06-27 08:39:59 +00:00
Makefile.inc