Date: Mon, 17 May 1999 00:19:15 +1000 (EST) From: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: misc/11732: COMPAT defines missing from /etc/make.conf Message-ID: <199905161419.AAA00567@pacer.nlc.net.au>
next in thread | raw e-mail | index | archive | help
>Number: 11732 >Category: misc >Synopsis: New COMPAT defines missing from /etc/make.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 16 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 4.0-CURRENT i386 >Organization: NORTHLINK COMMUNICATIONS PTY LTD >Environment: 4.0-CURRENT >Description: 4.0-CURRENT has added COMPAT22 and COMPAT3x to the build system to cater for the installation of compatibility a.out libraries. However these defines presumably need to be added to /etc/make.conf after the COMPAT1X, COMPAT20 and COMPAT21 defines. >How-To-Repeat: Not applicable. >Fix: --- make.conf.orig Mon May 17 00:18:33 1999 +++ make.conf Mon May 17 00:18:47 1999 @@ -47,6 +47,8 @@ #COMPAT1X= yes #COMPAT20= yes #COMPAT21= yes +#COMPAT22= yes +#COMPAT3x= yes # # # If you do not want additional documentation (some of which are >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905161419.AAA00567>