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

« back to all changes in this revision

Viewing changes to debian/build/autoconf.mk

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-01-10 22:25:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110110222500-q5kyvgrkjqu9ts8o
Tags: 8.14.4-2ubuntu1
Fix FTBFS with ld --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#------------------------------------------------------------------------------
3
3
# vim: syntax=make
4
4
#
5
 
# $Sendmail: autoconf.mk,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
 
5
# $Sendmail: autoconf.mk,v 8.14.4 2011-01-10 21:34:56 cowboy Exp $
6
6
#
7
7
# Copyright (c) 1998-2010 Richard Nelson.  All Rights Reserved.
8
8
#
9
9
# build/autoconf.mk.  Generated from autoconf.mk.in by configure.
10
10
#
11
 
# Rules file for Sendmail 8.14.4-2(527876)
 
11
# Rules file for Sendmail 8.14.4-2ubuntu1(527876)
12
12
#                        on  Debian squeeze/sid
13
13
#                        via Debhelper V1
14
14
#
16
16
#               on Debian slink, potato, woody, testing, sid, ...
17
17
#               but the generated file is customized to the version noted above.
18
18
#
19
 
# Richard Nelson <cowboy@debian.org> 2010-11-03 22:21:32 (+0000)
 
19
# Richard Nelson <cowboy@debian.org> 2011-01-10 21:34:56 (+0000)
20
20
#------------------------------------------------------------------------------
21
21
#SHELL := /bin/sh -x
22
22
 
40
40
mandir = ${DESTDIR}/usr/share/man
41
41
docdir = ${DESTDIR}/usr/share/doc
42
42
srcdir = .
43
 
abs_srcdir = /home/src/sendmail/sendmail-8.14.4/debian/build
 
43
abs_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian/build
44
44
top_srcdir = ..
45
 
abs_top_srcdir = /home/src/sendmail/sendmail-8.14.4/debian
 
45
abs_top_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian
46
46
builddir = .
47
 
abs_builddir = /home/src/sendmail/sendmail-8.14.4/debian/build
 
47
abs_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian/build
48
48
top_builddir = ..
49
 
abs_top_builddir = /home/src/sendmail/sendmail-8.14.4/debian
 
49
abs_top_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian
50
50
 
51
51
 
52
52
# My private variables
54
54
sm_custom   = 
55
55
sm_custom_s = 
56
56
sm_version  = 8.14.4
57
 
sm_revision = -2
 
57
sm_revision = -2ubuntu1
58
58
 
59
59
# I like to preserve timestamps...
60
60
INSTALL := /usr/bin/install -c -p
68
68
INSTALL_SCRIPT := ${INSTALL} -m 0755
69
69
 
70
70
# AutoConfig generated
71
 
#AC_CC  := gcc
 
71
#AC_CC  := ccache gcc
72
72
#AC_CFLAGS := -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all
73
73
#AC_DEFS := -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all -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
74
 
#AC_LDFLAGS :=  -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
 
74
#AC_LDFLAGS := -Wl,-Bsymbolic-functions -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
75
75
#AC_LIBS := 
76
76
 
77
77
# Private AutoConfig generated