freebsd-skq/gnu/usr.bin/perl/miniperl
peter 268a1667c6 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!
2001-02-13 05:19:56 +00:00
..
Makefile When setproctitle() moved from libutil to libc, we forgot to back the 2001-02-13 05:19:56 +00:00