7.28 on page 82). If lib44bsd is found, and
if libresolv was the first found, 44bsd is also added to the confLIBS macro.
In the rare instance that this automatic search misconfigures for your site or particular build,
you can carefully?? redefine confLIBSEARCH. For example, suppose db has been installed at
your site, but it is broken and you don??™t have the time to fix it. You might do this:
dnl ********** Note, removed db until we fix it, bob **********
define(`confLIBSEARCH??, `bind resolv 44bsd??)
Note that you must use the dnl (delete to newline) directive to form a comment in m4(1).
2.7.30 confLIBSEARCHPATH
Automatic library search Build macro
The directories searched by the confLIBSEARCH macro (as noted earlier) are defined by this
confLIBSEARCHPATH macro. The default list is:
/lib /usr/lib /usr/shlib
It is not uncommon for bind libraries to be installed in nonstandard locations. If suchis the
case at your site, you can add that nonstandard location to this list with:
APPENDDEF(`confLIBSEARCHPATH', `/usr/local/lib/bind')
If your new location is more important than those in the default list, you can insert that
location ahead of the others:
PREPENDDEF(`confLIBSEARCHPATH', `/usr/local/lib/bind')
Achieving the effect you seek can be time-consuming. You will need to rerun Build and
observe its output until that effect is displayed.
Pages:
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173