Changeset 1910

Show
Ignore:
Timestamp:
01/26/11 01:08:25 (2 years ago)
Author:
ahu
Message:

add Botan to our static builds

Location:
trunk/pdns
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/build-scripts/rpm-build-instruction

    r1617 r1910  
    77        --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ 
    88        --prefix=/usr \ 
    9         --sysconfdir=/etc/powerdns \ 
     9        --sysconfdir=/etc/powerdns --enable-botan1.9 \ 
    1010        --mandir=/usr/man/ \ 
    1111&& make clean && make -j4 && \ 
  • trunk/pdns/debian-pdns/rules

    r1846 r1910  
    5454                --with-modules="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 geo" \ 
    5555                --with-dynmodules="" \ 
     56                --enable-botan1.9 \ 
    5657                --enable-static-binaries  
    5758        make -j4