From owner-freebsd-current Sun Sep 13 03:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10787 for freebsd-current-outgoing; Sun, 13 Sep 1998 03:07:51 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10762 for ; Sun, 13 Sep 1998 03:07:39 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id MAA02894; Sun, 13 Sep 1998 12:06:36 +0200 (MET DST) Received: from semyam.dinoco.de (semyam.dinoco.de [127.0.0.1]) by semyam.dinoco.de (8.9.1/8.8.8) with ESMTP id MAA12192; Sun, 13 Sep 1998 12:04:22 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199809131004.MAA12192@semyam.dinoco.de> To: asami@cs.berkeley.edu (Satoshi Asami) cc: current@FreeBSD.ORG, seggers@semyam.dinoco.de Subject: Re: ELF transition for ports In-reply-to: Your message of "Wed, 09 Sep 1998 23:57:51 PDT." <199809100657.XAA10293@silvia.hip.berkeley.edu> Date: Sun, 13 Sep 1998 12:04:22 +0200 From: Stefan Eggers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > (6) The ldconfig line in Makefiles should read: > > ${SETENV} OBJFORMAT=${PORTOBJFORMAT} /sbin/ldconfig -m .... Not like this? ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m .... I ask because I am just about to make an ELF version of tcp_wrappers 7.6 and noticed the Makefile uses this macro instead. Stefan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message