K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-22T12:43:42.000000Z K 7 svn:log V 334 Fix breakage for the static a.out case. The a.out linker doesn't consider a linker set definition to be sufficient reason to pull an object module from an archive library. This caused undefined symbols when linking with libpam.a using a.out. I solved it by linking in the object that references the linker set in the "ld -r" step. END