mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add note to 20010924 entry that tells people about the COMPAT4X option
in /etc/make.conf, since sometimes these libraries are updated. Submitted by: ru
This commit is contained in:
parent
e8f2536ed4
commit
8b039fff54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88567
8
UPDATING
8
UPDATING
@ -77,10 +77,12 @@ COMMON ITEMS: section later in the file.
|
||||
20010924:
|
||||
The buildworld has been fixed. You may need to install
|
||||
the 4.x compatibility libraries for some old binaries
|
||||
to work.
|
||||
cd src/lib/compat/compat4x.i386
|
||||
to work. Add COMPAT4X=true to your /etc/make.conf to
|
||||
get them installed on every installworld, or execute the
|
||||
following to get them installed only once:
|
||||
cd src/lib/compat/compat4x.<arch>
|
||||
make all install
|
||||
You will see __stdoutp undefined until you do this.
|
||||
You will see ``__stdoutp undefined'' until you do this.
|
||||
|
||||
20010919:
|
||||
There's a bug in the world build process. The cross-tools
|
||||
|
Loading…
Reference in New Issue
Block a user