Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.211 retrieving revision 1.212 diff -u -p -r1.211 -r1.212 --- src/share/mk/bsd.lib.mk 2002/11/10 21:26:44 1.211 +++ src/share/mk/bsd.lib.mk 2002/11/22 06:44:56 1.212 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.211 2002/11/10 21:26:44 thorpej Exp $ +# $NetBSD: bsd.lib.mk,v 1.212 2002/11/22 06:44:56 thorpej Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .include @@ -165,8 +165,8 @@ MKSHLIBOBJS= no .if ${OBJECT_FMT} == "ELF" SHLIB_SOVERSION= ${SHLIB_MAJOR} SHLIB_SHFLAGS= -soname lib${LIB}.so.${SHLIB_SOVERSION} -SHLIB_LDSTARTFILE?= ${DESTDIR}/usr/lib/crtbeginS.o -SHLIB_LDENDFILE?= ${DESTDIR}/usr/lib/crtendS.o +SHLIB_LDSTARTFILE?= ${DESTDIR}/usr/lib/crti.o ${DESTDIR}/usr/lib/crtbeginS.o +SHLIB_LDENDFILE?= ${DESTDIR}/usr/lib/crtendS.o ${DESTDIR}/usr/lib/crtn.o .endif CFLAGS+= ${COPTS}