Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2001 15:06:19 -0500 (EST)
From:      Rob Simmons <rsimmons@mail.wlcg.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31936: Minor change to bind8 port
Message-ID:  <200111122006.fACK6JT67701@mail.wlcg.com>

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

>Number:         31936
>Category:       ports
>Synopsis:       Minor change to bind8 port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 12 12:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Rob Simmons
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16 EDT
2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386


	
>Description:
Makefile option to make building the port for a chroot environment less messy.
I'm not sure if the variable name is acceptable.
>How-To-Repeat:
n/a
>Fix:
--- Makefile    Thu Oct 11 01:06:30 2001
+++ Makefile.new        Mon Nov 12 15:02:26 2001
@@ -24,6 +24,10 @@
 
 WRKSRC=                ${WRKDIR}/src
 
+.if defined(STATIC)
+CFLAGS+=       -static
+.endif
+
 MAN1=          dig.1 dnskeygen.1 dnsquery.1 host.1
 MAN3=          getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \
                getnameinfo.3 inet_cidr.3 hesiod.3 resolver.3 tsig.3
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200111122006.fACK6JT67701>