Changeset 1955

Show
Ignore:
Timestamp:
02/01/11 15:18:00 (2 years ago)
Author:
ahu
Message:

build our packages with embedded crypto++

Location:
trunk/pdns
Files:
2 modified

Legend:

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

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

    r1910 r1955  
    5454                --with-modules="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 geo" \ 
    5555                --with-dynmodules="" \ 
    56                 --enable-botan1.9 \ 
     56                --enable-botan1.9 --enable-cryptopp \ 
    5757                --enable-static-binaries  
    5858        make -j4