BOOTSTRAPCFLAGS="-DISC [-DISC30 | -DISC40] -DSYSV [-Di386]"
these two defines are necessary to build the release I don't know if the build will succeed for ISC versions prior than 3.x
are only for getting the ISC version and therefore set the HasSymLinks to Yes ('cause symbolic linking were only supported from Version 4.x using the S5L Filesystem)
If you could use long filenames, you could enable
the installation of expanded Manual Pages by including
#define ExpandManNames YES
inside xf86site.def.
A build on ISC 4.x only needs -DISC40 defined in the BOOTSTRAPCFLAGS -- the -DISC30 will be included automatically.
standard defines for SystemV Release3 on x86 platform. You don't need to explicitly define -Di386 because this is pre-defined in /lib/cpp.
Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter