Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 1997 14:50:35 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/rpc getpublickey.c Makefile.inc
Message-ID:  <199708282150.OAA16359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1997/08/28 14:50:34 PDT

  Modified files:
    lib/libc/rpc         Makefile.inc 
  Added files:
    lib/libc/rpc         getpublickey.c 
  Log:
  Add a stub version of getpublickey(), in order to eliminate an
  undefined symbol referenced from libc.  Without the stub, it is
  impossible to execute any program using the shared library if
  LD_BIND_NOW=1 is in the environment.  The stub always returns
  failure, but it can be overridden outside the library when necessary.
  
  I don't know whether this is the "correct" fix, but it is intolerable
  to have any undefined symbols referenced from libc.
  
  Revision  Changes    Path
  1.10      +2 -1      src/lib/libc/rpc/Makefile.inc



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