Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 1997 12:22:20 -0800 (PST)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/ld/rtld rtld.1 rtld.c
Message-ID:  <199701172022.MAA23630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701172022.MAA23630>