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

« back to all changes in this revision

Viewing changes to OS/Makefile-OpenBSD

  • 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-OpenBSD,v 1.1 2004/10/06 15:07:39 ph10 Exp $
 
2
 
1
3
# Exim: OS-specific make file for OpenBSD
2
4
 
3
5
CHOWN_COMMAND=/usr/sbin/chown
4
6
CHGRP_COMMAND=/usr/sbin/chgrp
5
 
CFLAGS=-O
 
7
CFLAGS=-O2 -Wall
6
8
 
7
9
HAVE_SA_LEN=YES
8
10
 
10
12
XINCLUDE=-I$(X11)/include
11
13
XLFLAGS=-L$(X11)/lib
12
14
 
 
15
EXIWHAT_MULTIKILL_CMD=pkill
 
16
EXIWHAT_MULTIKILL_ARG='exim( |$$|-)'
13
17
EXIWHAT_PS_ARG=-ax
14
18
EXIWHAT_EGREP_ARG='/exim( |$$)'
15
19
EXIWHAT_KILL_SIGNAL=-USR1
16
20
 
 
21
HAVE_IPV6=YES
 
22
 
17
23
# OpenBSD always ships with Berkeley DB
18
24
USE_DB=yes
19
25