Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 10:59:36 +0200
From:      Maikel Verheijen <maikel@ladot.com>
To:        ports@freebsd.org
Subject:   /usr/ports/www/mod_hosts_access "bug"
Message-ID:  <20020805105936.A39765@fruttel.intern.ladot.com>

next in thread | raw e-mail | index | archive | help

--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi ports,

When I tried to use mod_hosts_access, I stubled upon a slight "glitch" in
the build process of mod_hosts_access.

Therefor I made a slight patch to the Makefile, see the attachment.


Kind regards,


Maikel Verheijen


--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch.mod_hosts_access"

--- Makefile.orig	Mon Aug  5 10:50:08 2002
+++ Makefile	Mon Aug  5 10:51:50 2002
@@ -16,9 +16,10 @@
 RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
 
 APXS?=		${LOCALBASE}/sbin/apxs
+APXS_FLAGS?=	-S LDFLAGS_SHLIB="-shared -lwrap"
 
 do-build:
-	@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
+	@cd ${WRKSRC} && ${APXS} ${APXS_FLAGS} -c ${PORTNAME}.c
 
 do-install:
 	${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so

--sdtB3X0nJg68CQEu--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020805105936.A39765>