From owner-cvs-all Thu May 18 8:30:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFE237BA5E; Thu, 18 May 2000 08:30:05 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA24761; Thu, 18 May 2000 08:30:06 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200005181530.IAA24761@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 18 May 2000 08:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dante/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/05/18 08:30:05 PDT Added files: net/dante/patches patch-aa patch-ab Log: Fix some (stupid configure) bugs which caused dynamic linking with the Dante client libraries to not work with complex applications. Patch configure to do the following: = define HAVE_NO_SYMBOL_UNDERSCORE for platform freebsd* (changed from freebsdelf). If someone needs a.out support this check will have to be refined -- please send patches to the maintainer and to the authors. = check for gethostbyname2 in libc (rather than just libresolv) Fix suggested by: jdp@polstra.com & michaels@inet.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message