Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 96806 invoked by uid 500); 3 Jun 2002 15:13:32 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 96781 invoked from network); 3 Jun 2002 15:13:32 -0000 Mime-Version: 1.0 X-Sender: jimpop@devsys.jagunet.com Message-Id: In-Reply-To: References: Date: Mon, 3 Jun 2002 11:13:32 -0400 To: dev@httpd.apache.org From: Jim Jagielski Subject: Re: [PATCH] Apache 1.3 and OpenBSD Cc: brad@comstyle.com Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > >--- Configure.orig Sat May 11 23:39:59 2002 >>+++ Configure Mon May 20 17:19:41 2002 >>@@ -1130,6 +1130,9 @@ if [ "x$using_shlib" = "x1" ] ; then >> *) >> LD_SHLIB="gcc" >> LDFLAGS_SHLIB="-shared \$(CFLAGS_SHLIB)" >>+ if [ -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ]; then >>+ LDFLAGS_SHLIB_EXPORT="-Wl,-E" > >+ fi The '-z' is not normally used in Configure but that is easily fixed... :) -- =========================================================================== Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson