Changeset 1023

Show
Ignore:
Timestamp:
04/09/07 14:09:35 (2 years ago)
Author:
ahu
Message:

fix debian static build, plus docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/debian-pdns/rules

    r1007 r1023  
    4343 
    4444build-static stamp-build-static: 
    45                 ./configure CC="ccache gcc" CXX="ccache g++"\ 
     45                ./configure LIBS="-lkrb5 -lk5crypto -lpgport -lgssapi_krb5 -lkrb5support -lgssapi_krb5 -lcom_err -lnsl -lresolv" \ 
     46                CC="ccache gcc" CXX="ccache g++"\ 
    4647                --prefix=/usr \ 
    4748                --libexecdir='$${prefix}/lib' \ 
    4849                --libdir='$${prefix}/lib/powerdns' \ 
    49                 --with-pgsql-lib=/opt/postgresql/lib/ \ 
    50                 --with-pgsql-includes=/opt/postgresql/include/ \ 
    5150                --sysconfdir=/etc/powerdns \ 
    5251                --infodir='$${datadir}/info' \ 
  • trunk/pdns/pdns/docs/pdns.sgml

    r1020 r1023  
    105105          Massimo Bandinelli of Italy's <ulink url="http://register.it">Register.it</ulink>, <ulink url="http://aaldering-ict.nl">Dave Aaldering of Aaldering ICT</ulink>,  
    106106          <ulink url="http://true.nl">True BV</ulink>, <ulink url="http://www.xs4all.nl">XS4ALL</ulink>, Daniel Bilik of <ulink url="http://www.neosystem.cz">Neosystem</ulink>, 
    107           <ulink url="http://www.easydns.com">EasyDNS</ulink>, <ulink url="http://schwer.us">Augie Schwer</ulink>,  
    108           <ulink url="http://www.opensuse.org">Marcus Rueckert of OpenSUSE</ulink>, Andre Muraro of <ulink url="http://www.locaweb.com.br">Locaweb</ulink>, 
    109           Antony Lesuisse. 
     107          <ulink url="http://www.easydns.com">EasyDNS</ulink>, <ulink url="http://schwer.us">Augie Schwer</ulink>, <ulink url="http://www.wikipedia.org">Mark Bergsma</ulink>, 
     108          <ulink url="http://www.opensuse.org">Marcus Rueckert of OpenSUSE</ulink>, Andre Muraro of <ulink url="http://www.locaweb.com.br">Locaweb</ulink>,  
     109          Antony Lesuisse, <ulink url="http://www.linuxnetworks.de">Norbert Sendetzky</ulink>, <ulink url="http://www.aruba.it">Marco Chiavacci</ulink>,  
     110          and Ruben Kerkhof. 
    110111        </para> 
    111112        <para> 
     
    140141              <para> 
    141142                Multi-part TXT records weren't supported. This has been fixed, and regression tests have been added. Code in commits C1016, C996, C994. 
     143              </para> 
     144            </listitem> 
     145            <listitem> 
     146              <para> 
     147                Our snapshots were built against a static version of PosgreSQL that was incompatible with many Linux distributions, leading to instant 
     148                crashes on startup. Fixed in C1022 and C1023. 
    142149              </para> 
    143150            </listitem>