From owner-freebsd-questions Mon Jul 1 17:21:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D2337B400 for ; Mon, 1 Jul 2002 17:21:15 -0700 (PDT) Received: from probsd.ws (ilm26-7-034.ec.rr.com [66.26.7.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD0F43E0A for ; Mon, 1 Jul 2002 17:21:13 -0700 (PDT) (envelope-from freebsd@ec.rr.com) Received: by probsd.ws (Postfix, from userid 80) id CB0ED10E42; Mon, 1 Jul 2002 19:54:47 -0400 (EDT) Message-ID: <1150.66.56.232.240.1025567687.squirrel@webmail.probsd.ws> Date: Mon, 1 Jul 2002 19:54:47 -0400 (EDT) Subject: libparanoia and FreeBSD Base From: "Michael Sharp" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know how to build ports using libparanoia, but I'm a little confused on how to build base binarys that use libc.so with libparanoia since there is no refrence to setting LDFLAGS= in /etc/defaults/make.conf. However, I added LDFLAGS="-L/usr/local/lib -lparanoia" to /etc/make.conf anyway for kicks and built word with no errors. However, ldd `which xedit` on reboot after the make world still shows that libparanoia.so is not utilized. So, how would I go about doing this without editing each Makefile in /usr/src ? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message