Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 20:32:39 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nectar@FreeBSD.org
Subject:   ports/63199: amd64-fix: security/heimdal
Message-ID:  <20040222013239.7A2AA39819@slurmcan.wormulon.net>
Resent-Message-ID: <200402220140.i1M1eC0F004564@freefall.freebsd.org>

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

>Number:         63199
>Category:       ports
>Synopsis:       amd64-fix: security/heimdal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 17:40:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

The usual -fPIC patch (cc'ed to nectar@ as maintainer).

>How-To-Repeat:
	
>Fix:

	

--- heimdal-amd64.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/security/heimdal/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- Makefile	25 Jan 2004 15:11:28 -0000	1.57
+++ Makefile	22 Feb 2004 01:31:32 -0000
@@ -89,4 +89,8 @@
 	${SED} 's;%%PREFIX%%;${PREFIX};g' ${FILESDIR}/kdc.sh > \
 		${PREFIX}/etc/rc.d/kdc.sh.sample
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CONFIGURE_ENV=	CFLAGS=-fPIC
+.endif
+.include <bsd.port.post.mk>
--- heimdal-amd64.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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