~ubuntu-branches/ubuntu/saucy/sendmail/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/sensible_mda/Makefile

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-22 15:21:02 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120522152102-7lu2d2zvagerhz6f
Tags: 8.14.4-2.1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Fix FTBFS with ld --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
NORMAL_UNINSTALL = :
33
33
PRE_UNINSTALL = :
34
34
POST_UNINSTALL = :
35
 
build_triplet = i686-pc-linux-gnu
36
 
host_triplet = i686-pc-linux-gnu
37
 
target_triplet = i686-pc-linux-gnu
 
35
build_triplet = x86_64-pc-linux-gnu
 
36
host_triplet = x86_64-pc-linux-gnu
 
37
target_triplet = x86_64-pc-linux-gnu
38
38
sbin_PROGRAMS = sensible-mda$(EXEEXT)
39
39
subdir = sensible_mda
40
40
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
88
88
ETAGS = etags
89
89
CTAGS = ctags
90
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
 
ACLOCAL = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run aclocal-1.11
92
 
AMTAR = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run tar
93
 
AUTOCONF = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run autoconf
94
 
AUTOHEADER = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run autoheader
95
 
AUTOMAKE = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run automake-1.11
 
91
ACLOCAL = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run aclocal-1.11
 
92
AMTAR = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run tar
 
93
AUTOCONF = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run autoconf
 
94
AUTOHEADER = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run autoheader
 
95
AUTOMAKE = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run automake-1.11
96
96
AWK = gawk
97
 
CC = ccache gcc
 
97
CC = gcc
98
98
CCDEPMODE = depmode=none
99
99
CFLAGS = -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all
100
 
CPP = ccache gcc -E
 
100
CPP = gcc -E
101
101
CPPFLAGS = -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all
102
102
CYGPATH_W = echo
103
103
DEBIAN = yes
104
104
DEBIAN_DH = 1
105
 
DEB_BUILD_ARCH = i386
106
 
DEB_BUILD_GNU_CPU = i686
 
105
DEB_BUILD_ARCH = amd64
 
106
DEB_BUILD_GNU_CPU = x86_64
107
107
DEB_BUILD_GNU_SYSTEM = linux-gnu
108
 
DEB_BUILD_GNU_TYPE = i686-linux-gnu
109
 
DEB_HOST_ARCH = i386
110
 
DEB_HOST_GNU_CPU = i686
 
108
DEB_BUILD_GNU_TYPE = x86_64-linux-gnu
 
109
DEB_HOST_ARCH = amd64
 
110
DEB_HOST_GNU_CPU = x86_64
111
111
DEB_HOST_GNU_SYSTEM = linux-gnu
112
 
DEB_HOST_GNU_TYPE = i686-linux-gnu
 
112
DEB_HOST_GNU_TYPE = x86_64-linux-gnu
113
113
DEFS = -DPACKAGE_NAME=\"Sendmail\" -DPACKAGE_TARNAME=\"sendmail\" -DPACKAGE_VERSION=\"8.14.4\" -DPACKAGE_STRING=\"Sendmail\ 8.14.4\" -DPACKAGE_BUGREPORT=\"bug/reportbug\ or\ sendmail@packages.debian.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sendmail\" -DVERSION=\"8.14.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBMILTER_MFAPI_H=1 -DHAVE_REGEX_H=1 -DHAVE_DB_H=1 -DHAVE_DB_185_H=1 -DHAVE_RPCSVC_YPCLNT_H=1 -DHAVE_RPCSVC_NIS_H=1 -DHAVE_LDAP_H=1 -DHAVE_RESOLV_H=1 -DHAVE_TCPD_H=1 -DHAVE_NETINET_IP6_H=1 -DHAVE_GETADDRINFO=1 -DHAVE_MAILLOCK_H=1 -DHAVE_SASL_SASL_H=1 -DHAVE_OPENSSL_SSL_H=1
114
114
DEPDIR = .deps
115
115
ECHO_C = 
123
123
INSTALL_PROGRAM = ${INSTALL}
124
124
INSTALL_SCRIPT = ${INSTALL}
125
125
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
126
 
LDFLAGS = -Wl,-Bsymbolic-functions -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
 
126
LDFLAGS =  -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
127
127
LIBOBJS = 
128
128
LIBS = 
129
129
LN_S = ln -s
130
130
LTLIBOBJS = 
131
131
MAINT = #
132
 
MAKEINFO = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run makeinfo
 
132
MAKEINFO = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run makeinfo
133
133
MKDIR_P = /bin/mkdir -p
134
134
OBJEXT = o
135
135
PACKAGE = sendmail
141
141
PACKAGE_VERSION = 8.14.4
142
142
PATH_SEPARATOR = :
143
143
SET_MAKE = 
144
 
SHELL = /bin/bash
 
144
SHELL = /bin/sh
145
145
SM_CPYRT = 2010
146
146
SM_DATE = 2010-10-11 17:53:00
147
147
SM_MAXVERS = 9.0.0
149
149
SM_VERS = 8.14.4
150
150
STRIP = 
151
151
VERSION = 8.14.4
152
 
abs_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian/sensible_mda
153
 
abs_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian/sensible_mda
154
 
abs_top_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian
155
 
abs_top_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian
156
 
ac_ct_CC = ccache gcc
 
152
abs_builddir = /home/src/sendmail/sendmail-8.14.4/debian/sensible_mda
 
153
abs_srcdir = /home/src/sendmail/sendmail-8.14.4/debian/sensible_mda
 
154
abs_top_builddir = /home/src/sendmail/sendmail-8.14.4/debian
 
155
abs_top_srcdir = /home/src/sendmail/sendmail-8.14.4/debian
 
156
ac_ct_CC = gcc
157
157
ac_version = 2.67
158
158
am__include = include
159
159
am__leading_dot = .
162
162
am__untar = ${AMTAR} xf -
163
163
am_version = 1.11
164
164
bindir = /usr/bin
165
 
build = i686-pc-linux-gnu
166
 
build_alias = i686-linux-gnu
167
 
build_cpu = i686
 
165
build = x86_64-pc-linux-gnu
 
166
build_alias = x86_64-linux-gnu
 
167
build_cpu = x86_64
168
168
build_os = linux-gnu
169
169
build_vendor = pc
170
170
builddir = .
174
174
docdir = /usr/share/doc
175
175
dvidir = ${docdir}
176
176
exec_prefix = /usr
177
 
host = i686-pc-linux-gnu
 
177
host = x86_64-pc-linux-gnu
178
178
host_alias = 
179
 
host_cpu = i686
 
179
host_cpu = x86_64
180
180
host_os = linux-gnu
181
181
host_vendor = pc
182
182
htmldir = ${docdir}
183
183
includedir = /usr/include
184
184
infodir = /usr/share/info
185
 
install_sh = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/install-sh
 
185
install_sh = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/install-sh
186
186
libdir = /usr/lib
187
187
libexecdir = /usr/lib/sm.bin
188
188
localedir = ${datarootdir}/locale
197
197
sbindir = /usr/sbin
198
198
sharedstatedir = /usr/com
199
199
sm_auth_lib = 2
200
 
sm_badepends = , libdb4.8-dev, libldap2-dev, libwrap0-dev, liblockfile-dev, libsasl2-dev, libssl-dev
201
 
sm_build_arch = i386
 
200
sm_badepends = , libdb-dev, libldap2-dev, libwrap0-dev, liblockfile-dev, libsasl2-dev, libssl-dev
 
201
sm_build_arch = amd64
202
202
sm_custom = 
203
203
sm_custom_s = 
204
204
sm_databases = REGEX, DB, NIS, NIS+, LDAP, DNS
205
 
sm_date = 2011-01-10
 
205
sm_date = 2010-11-03
206
206
sm_depends = 
207
207
sm_dist_name = Debian
208
208
sm_dist_vers = squeeze/sid
209
209
sm_editmap_envdef = 
210
 
sm_editmap_libs =  -ldb-4.8 -lldap -llber
 
210
sm_editmap_libs =  -ldb -lldap -llber
211
211
sm_enable_auth = yes
212
212
sm_enable_bind = no
213
213
sm_enable_hesiod = no
228
228
sm_features = TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL)
229
229
sm_ffr =  -D_FFR_QUEUE_SCHED_DBG -D_FFR_SKIP_DOMAINS -D_FFR_GROUPREADABLEAUTHINFOFILE -D_FFR_DAEMON_NETUNIX -D_FFR_NO_PIPE -D_FFR_SHM_STATUS -D_FFR_RHS -D_FFR_MAIL_MACRO -D_FFR_QUEUEDELAY=1 -D_FFR_BADRCPT_SHUTDOWN -D_FFR_RESET_MACRO_GLOBALS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
230
230
sm_hesiod_parms = 
231
 
sm_host_arch = i386
 
231
sm_host_arch = amd64
232
232
sm_incdirs =  
233
233
sm_ldap_lib = -lldap -llber
234
234
sm_libmilter_envdef = -fPIC -DSM_CONF_POLL=1 -D_FFR_MULTILINE -D_FFR_SMFI_PROGRESS
247
247
sm_mailstats_envdef = 
248
248
sm_mailstats_libs =  -lldap -llber
249
249
sm_makemap_envdef = 
250
 
sm_makemap_libs =  -ldb-4.8 -lldap -llber
 
250
sm_makemap_libs =  -ldb -lldap -llber
251
251
sm_mapdef =  -DSOCKETMAP -DMAP_REGEX -DNEWDB -DNIS -DNISPLUS -DLDAPMAP
252
 
sm_newdb_lib = -ldb-4.8
 
252
sm_newdb_lib = -ldb
253
253
sm_praliases_envdef = 
254
 
sm_praliases_libs =  -ldb-4.8 -lldap -llber
 
254
sm_praliases_libs =  -ldb -lldap -llber
255
255
sm_recommends = 
256
 
sm_revision = -2ubuntu1
 
256
sm_revision = -2
257
257
sm_rmail_envdef = 
258
258
sm_rmail_libs =  -lldap -llber
259
259
sm_sendmail_envdef =  -D_PATH_SENDMAILPID=\"/var/run/sendmail/mta/sendmail.pid\" -DIP_SRCROUTE=1 -DLDAP_REFERRALS -D_FFR_LDAP_URI -D_FFR_LDAP_SETVERSION -DLDAP_DEPRECATED  -DTCPWRAPPERS -DSASL -I/usr/include/sasl -DSTARTTLS  -D_FFR_QUEUE_SCHED_DBG -D_FFR_SKIP_DOMAINS -D_FFR_GROUPREADABLEAUTHINFOFILE -D_FFR_DAEMON_NETUNIX -D_FFR_NO_PIPE -D_FFR_SHM_STATUS -D_FFR_RHS -D_FFR_MAIL_MACRO -D_FFR_QUEUEDELAY=1 -D_FFR_BADRCPT_SHUTDOWN -D_FFR_RESET_MACRO_GLOBALS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
260
 
sm_sendmail_libs =  -ldb-4.8 -lnsl -lldap -llber -lresolv -lwrap -lsasl2 -lcrypto -lssl
 
260
sm_sendmail_libs =  -ldb -lnsl -lldap -llber -lresolv -lwrap -lsasl2 -lcrypto -lssl
261
261
sm_smrsh_envdef =  -DCMDDIR=\"/etc/mail/smrsh\" -DPATH=\"/usr/bin:/bin\"
262
262
sm_smrsh_libs =  -lldap -llber
263
263
sm_suggests = , sasl2-bin, libsasl2-modules, openssl
264
 
sm_time = 21:34:56
 
264
sm_time = 22:21:32
265
265
sm_utc = +0000
266
266
sm_vacation_envdef = 
267
 
sm_vacation_libs =  -ldb-4.8 -lldap -llber
 
267
sm_vacation_libs =  -ldb -lldap -llber
268
268
sm_version = 8.14.4
269
269
sm_version_beta = 
270
270
sm_version_major = 8.14
274
274
sm_version_v = 8
275
275
srcdir = .
276
276
sysconfdir = /etc
277
 
target = i686-pc-linux-gnu
 
277
target = x86_64-pc-linux-gnu
278
278
target_alias = 
279
 
target_cpu = i686
 
279
target_cpu = x86_64
280
280
target_os = linux-gnu
281
281
target_vendor = pc
282
282
top_build_prefix = ../