Tweaks for OpenBSD support.

- Add note about top-level Makefile possibly lacking OpenBSD support.
- Extend config.h with missing/different preprocessor definitions
This commit is contained in:
Jon Siwek 2012-01-06 11:39:38 -06:00
parent e5b3d318a6
commit d661ccfc8e
3 changed files with 17 additions and 2 deletions

View file

@ -48,6 +48,12 @@ called ``build/``, using default build options. It then installs all
required files into ``/usr/local/bro``, including the Bro binary in
``/usr/local/bro/bin/bro``.
Note that the top-level Makefile may not work with OpenBSD's default
make program, in which case you can either install the ``gmake``
package and use it instead or first change into the ``build/``
directory before doing either ``make`` or ``make install`` such that
the CMake-generated Makefile's are used directly.
You can specify a different installation directory with::
./configure --prefix=<dir>