~ubuntu-branches/ubuntu/feisty/postfix/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2006-11-27 09:09:56 UTC
  • Revision ID: james.westby@ubuntu.com-20061127090956-154brf16pz0kler2
Tags: 2.3.4-1ubuntu1
Remove cdb support as cdb isn't in main in Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
endif
45
45
 
46
46
CCARGS=-DDEBIAN -DMAX_DYNAMIC_MAPS -DHAS_PCRE -DHAS_LDAP \
47
 
        -DHAS_CDB \
48
47
        -DHAS_MYSQL -I/usr/include/mysql \
49
48
        -DHAS_PGSQL -I`pg_config --includedir` \
50
49
        -DHAS_SSL -I/usr/include/openssl \
112
111
        install lib/dict_mysql.so ${base}-mysql/${plibdir}
113
112
        install lib/dict_pgsql.so ${base}-pgsql/${plibdir}
114
113
        install lib/dict_tcp.so ${base}/${plibdir}
115
 
        install lib/dict_cdb.so ${base}-cdb/${plibdir}
116
114
        install libexec/[a-z]* ${base}/${plibdir}
117
115
        install bin/[a-z]* ${base}/${sbindir}
118
116
        install auxiliary/qshape/qshape.pl ${base}/${sbindir}/qshape