mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
better readme svn:NO TEST
git-svn-id: file:///svn/unbound/trunk@2217 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
179ec8ad20
commit
118c2c60d8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
18 August 2010: Wouter
|
18 August 2010: Wouter
|
||||||
- Fix bug#322: configure does not respect CFLAGS on Solaris.
|
- Fix bug#322: configure does not respect CFLAGS on Solaris.
|
||||||
Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
|
Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line
|
||||||
if you want them, some systems need different flags.
|
if use sun-cc, but some systems need different flags.
|
||||||
|
|
||||||
16 August 2010: Wouter
|
16 August 2010: Wouter
|
||||||
- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
|
- Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ o The warning 'openssl has no entropy, seeding with time', with chroot
|
||||||
o On Solaris 5.10 some libtool packages from repositories do not work with
|
o On Solaris 5.10 some libtool packages from repositories do not work with
|
||||||
gcc, showing errors gcc: unrecognized option `-KPIC'
|
gcc, showing errors gcc: unrecognized option `-KPIC'
|
||||||
To solve this do ./configure libtool=./libtool [your options...].
|
To solve this do ./configure libtool=./libtool [your options...].
|
||||||
On Solaris you may also want to pass CFLAGS="-xO4 -xtarget=generic"
|
On Solaris you may pass CFLAGS="-xO4 -xtarget=generic" if you use sun-cc.
|
||||||
o If unbound-control (or munin graphs) do not work, this can often be because
|
o If unbound-control (or munin graphs) do not work, this can often be because
|
||||||
the unbound-control-setup script creates the keys with restricted
|
the unbound-control-setup script creates the keys with restricted
|
||||||
permissions, and the files need to be made readable or ownered by both the
|
permissions, and the files need to be made readable or ownered by both the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue