mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d6e7d4e602
PR: ports/12588 Submitted by: maintainer
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
Note:
|
|
* Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM".
|
|
Cdrdao requires kernel with these options.
|
|
* Also, you must include
|
|
|
|
options "P1003_1B"
|
|
options "_KPOSIX_PRIORITY_SCHEDULING"
|
|
options "_KPOSIX_VERSION=199309L"
|
|
|
|
in your kernel configuration. These options are required by POSIX thread
|
|
control functions.
|