From owner-cvs-gnu Fri Jan 17 12:22:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA23637 for cvs-gnu-outgoing; Fri, 17 Jan 1997 12:22:21 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA23630; Fri, 17 Jan 1997 12:22:20 -0800 (PST) Date: Fri, 17 Jan 1997 12:22:20 -0800 (PST) From: John Polstra Message-Id: <199701172022.MAA23630@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.1 rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/17 12:22:20 Modified: gnu/usr.bin/ld/rtld rtld.1 rtld.c Log: Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". If it is set to a nonempty string, then simply skip any missing shared libraries. This came up in a discussion long ago as a potentially useful feature at sysinstall time. For example, an X11 utility could be used without the X libraries being present, provided the utility had a mode in which no X functions were actually called. Revision Changes Path 1.12 +25 -1 src/gnu/usr.bin/ld/rtld/rtld.1 1.45 +11 -0 src/gnu/usr.bin/ld/rtld/rtld.c