mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-11 20:16:13 -04:00
add linux kernel version note
This commit is contained in:
parent
a229f5a163
commit
c5e2e93f62
1 changed files with 6 additions and 1 deletions
7
README
7
README
|
|
@ -174,7 +174,8 @@ Building
|
|||
|
||||
CFLAGS
|
||||
C compiler flags. Defaults to include -g and/or -O2
|
||||
as supported by the compiler.
|
||||
as supported by the compiler. Please include '-g'
|
||||
if you need to set CFLAGS.
|
||||
|
||||
STD_CINCLUDES
|
||||
System header file directories. Can be used to specify
|
||||
|
|
@ -291,6 +292,10 @@ Building
|
|||
libraries. sh-utils-1.16 provides a "printf" which compiles
|
||||
on SunOS 4.
|
||||
|
||||
Known limitations
|
||||
|
||||
Linux requires kernel build 2.6.39 or later to get the
|
||||
performance benefits from using multiple sockets.
|
||||
|
||||
Documentation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue