~ubuntu-branches/ubuntu/hardy/exim4/hardy-proposed

« back to all changes in this revision

Viewing changes to OS/Makefile-CYGWIN

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-07-02 06:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050702060834-qk17pd52kb9nt3bj
Tags: 4.52-1
* new upstream version 4.51. (mh)
  * adapt 70_remove_exim-users_references
  * remove 37_gnutlsparams
  * adapt 36_pcre
  * adapt 31_eximmanpage
* fix package priorities to have them in sync with override again. (mh)
* Fix error in nb (Norwegian) translation.
  Thanks to Helge Hafting. (mh). Closes: #315775
* Standards-Version: 3.6.2, no changes needed. (mh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Cambridge: exim/exim-src/OS/Makefile-CYGWIN,v 1.3 2005/05/23 16:58:55 fanf2 Exp $
 
2
 
1
3
# OS-specific file for Cygwin.
2
4
 
3
5
# This file provided by Pierre A. Humblet <Pierre.Humblet@ieee.org>
4
6
 
5
7
HAVE_ICONV = yes
6
8
CFLAGS= -g -Wall -O2
7
 
LIBS= -lcrypt -lresolv
 
9
LIBS= -lcrypt -lresolv -lm
8
10
LIBS_EXIM= -liconv
9
11
EXIWHAT_PS_ARG=-as
10
12
EXIWHAT_KILL_SIGNAL=-USR1
63
65
LOOKUP_DBM=yes
64
66
LOOKUP_LSEARCH=yes
65
67
 
 
68
LDAP_LIB_TYPE=OPENLDAP2
 
69
LIBS_EXIM +=-lldap
 
70
 
66
71
# LOOKUP_CDB=yes
67
72
LOOKUP_DNSDB=yes
68
 
# LOOKUP_DSEARCH=yes
69
 
# LOOKUP_LDAP=yes
 
73
LOOKUP_DSEARCH=yes
 
74
LOOKUP_LDAP=yes
70
75
# LOOKUP_MYSQL=yes
71
76
# LOOKUP_NIS=yes
72
77
# LOOKUP_NISPLUS=yes
75
80
# LOOKUP_PGSQL=yes
76
81
# LOOKUP_WHOSON=yes
77
82
 
 
83
# It is important to define this variable but its value is always overridden
 
84
CONFIGURE_OWNER=544
 
85
 
78
86
EXICYCLOG_MAX=10
79
87
 
80
88
COMPRESS_COMMAND=/usr/bin/gzip