Date: Fri, 22 Jan 1999 04:43:43 -0800 (PST) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libpam/libpam Makefile Message-ID: <199901221243.EAA25462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/01/22 04:43:43 PST Modified files: lib/libpam/libpam Makefile Log: 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. Revision Changes Path 1.5 +11 -5 src/lib/libpam/libpam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901221243.EAA25462>