From owner-cvs-all Fri Sep 18 15:52:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21692 for cvs-all-outgoing; Fri, 18 Sep 1998 15:52:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21261; Fri, 18 Sep 1998 15:49:24 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA22778; Fri, 18 Sep 1998 17:48:11 -0500 (CDT) From: Scott Mace Message-Id: <199809182248.RAA22778@metal.intt.org> Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST In-Reply-To: <199809151621.JAA21252@austin.polstra.com> from John Polstra at "Sep 15, 1998 9:21:27 am" To: jdp@polstra.com (John Polstra) Date: Fri, 18 Sep 1998 17:48:11 -0500 (CDT) Cc: mark@grondar.za, asami@FreeBSD.ORG, markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc > > > -shared command line if PORTOBJFORMAT=elf? > > > > Damn. I missed this bit. > > It's possible that GNU configure does this automatically. > > John > libjpeg is linking with an soname of libjpeg.so.9.0 and installs as libjpeg.so.9.0 under elf, this needs to be fixed. Scott