Changeset 1955
- Timestamp:
- 02/01/11 15:18:00 (2 years ago)
- Location:
- trunk/pdns
- Files:
-
- 2 modified
-
build-scripts/rpm-build-instruction (modified) (1 diff)
-
debian-pdns/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/build-scripts/rpm-build-instruction
r1910 r1955 7 7 --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ 8 8 --prefix=/usr \ 9 --sysconfdir=/etc/powerdns --enable-botan1.9 \9 --sysconfdir=/etc/powerdns --enable-botan1.9 --enable-cryptopp \ 10 10 --mandir=/usr/man/ \ 11 11 && make clean && make -j4 && \ -
trunk/pdns/debian-pdns/rules
r1910 r1955 54 54 --with-modules="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 geo" \ 55 55 --with-dynmodules="" \ 56 --enable-botan1.9 \56 --enable-botan1.9 --enable-cryptopp \ 57 57 --enable-static-binaries 58 58 make -j4