From owner-cvs-all Mon Feb 12 21:20: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B173B37B491; Mon, 12 Feb 2001 21:19:57 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D5Jvk17533; Mon, 12 Feb 2001 21:19:57 -0800 (PST) (envelope-from peter) Message-Id: <200102130519.f1D5Jvk17533@freefall.freebsd.org> From: Peter Wemm Date: Mon, 12 Feb 2001 21:19:57 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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