Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 21:19:57 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/perl/libperl Makefile src/gnu/usr.bin/perl/miniperl Makefile
Message-ID:  <200102130519.f1D5Jvk17533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/02/12 21:19:57 PST

  Modified files:
    gnu/usr.bin/perl/libperl Makefile 
    gnu/usr.bin/perl/miniperl Makefile 
  Log:
  When setproctitle() moved from libutil to libc, we forgot to back the
  change out that made libperl.so dynamically depend on libutil.so to pick
  up setproctitle() in its old location.  This breaks changes involving
  incomptabable libc's because ld looks for the dynamic dependency
  (which it has no business doing anyway) in the wrong place - /usr/lib!
  
  Revision  Changes    Path
  1.15      +3 -3      src/gnu/usr.bin/perl/libperl/Makefile
  1.18      +3 -3      src/gnu/usr.bin/perl/miniperl/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?200102130519.f1D5Jvk17533>