Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.4.3.ebuild ChangeLog postfix-2.4.1.ebuild postfix-2.2.11.ebuild postfix-2.4.5.ebuild postfix-2.2.10-r1.ebuild postfix-2.2.10.ebuild postfix-2.1.5-r2.ebuild postfix-2.3.6.ebuild postfix-2.3.8.ebuild
Date: Sun, 21 Oct 2007 11:26:07
Message-Id: E1IjYlx-0006nk-25@stork.gentoo.org
1 solar 07/10/21 11:15:09
2
3 Modified: postfix-2.4.3.ebuild ChangeLog postfix-2.4.1.ebuild
4 postfix-2.2.11.ebuild postfix-2.4.5.ebuild
5 postfix-2.2.10-r1.ebuild postfix-2.2.10.ebuild
6 postfix-2.1.5-r2.ebuild postfix-2.3.6.ebuild
7 postfix-2.3.8.ebuild
8 Log:
9 - make postfix respect user defined LDFLAGS. 192885
10 (Portage version: 2.1.3.9)
11
12 Revision Changes Path
13 1.2 mail-mta/postfix/postfix-2.4.3.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild?r1=1.1&r2=1.2
18
19 Index: postfix-2.4.3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- postfix-2.4.3.ebuild 2 Jun 2007 20:43:11 -0000 1.1
26 +++ postfix-2.4.3.ebuild 21 Oct 2007 11:15:08 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild,v 1.1 2007/06/02 20:43:11 chtekk Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.3.ebuild,v 1.2 2007/10/21 11:15:08 solar Exp $
32
33 # NOTE: this ebuild is a regular ebuild without mailer-config support!
34 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
35 @@ -169,7 +169,8 @@
36 # Added -Wl,-z,now wrt bug #62674
37 # Remove -ldl as it is not necessary, solves bug #106446
38 # -Wl,-z,now replaced by $(bindnow-flags)
39 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/$(get_libdir) -lpcre -lcrypt -lpthread"
40 + # make sure LDFLAGS get passed down to the executables.
41 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
42
43 use pam && mylibs="${mylibs} -lpam"
44
45
46
47
48 1.134 mail-mta/postfix/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.134&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.134&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.133&r2=1.134
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
57 retrieving revision 1.133
58 retrieving revision 1.134
59 diff -u -r1.133 -r1.134
60 --- ChangeLog 19 Sep 2007 16:09:35 -0000 1.133
61 +++ ChangeLog 21 Oct 2007 11:15:08 -0000 1.134
62 @@ -1,6 +1,12 @@
63 # ChangeLog for mail-mta/postfix
64 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.133 2007/09/19 16:09:35 chutzpah Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.134 2007/10/21 11:15:08 solar Exp $
67 +
68 + 21 Oct 2007; <solar@g.o> postfix-2.1.5-r2.ebuild,
69 + postfix-2.2.10.ebuild, postfix-2.2.10-r1.ebuild, postfix-2.2.11.ebuild,
70 + postfix-2.3.6.ebuild, postfix-2.3.8.ebuild, postfix-2.4.1.ebuild,
71 + postfix-2.4.3.ebuild, postfix-2.4.5.ebuild:
72 + - make postfix respect user defined LDFLAGS. 192885
73
74 19 Sep 2007; Patrick McLean <chutzpah@g.o> postfix-2.4.5.ebuild:
75 Change paths to binaries in default master.cf to standard gentoo paths
76
77
78
79 1.2 mail-mta/postfix/postfix-2.4.1.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild?r1=1.1&r2=1.2
84
85 Index: postfix-2.4.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- postfix-2.4.1.ebuild 1 May 2007 16:00:34 -0000 1.1
92 +++ postfix-2.4.1.ebuild 21 Oct 2007 11:15:08 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2007 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild,v 1.1 2007/05/01 16:00:34 chtekk Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.1.ebuild,v 1.2 2007/10/21 11:15:08 solar Exp $
98
99 # NOTE: this ebuild is a regular ebuild without mailer-config support!
100 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
101 @@ -169,7 +169,8 @@
102 # Added -Wl,-z,now wrt bug #62674
103 # Remove -ldl as it is not necessary, solves bug #106446
104 # -Wl,-z,now replaced by $(bindnow-flags)
105 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/$(get_libdir) -lpcre -lcrypt -lpthread"
106 + # make sure LDFLAGS get passed down to the executables.
107 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
108
109 use pam && mylibs="${mylibs} -lpam"
110
111
112
113
114 1.3 mail-mta/postfix/postfix-2.2.11.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild?r1=1.2&r2=1.3
119
120 Index: postfix-2.2.11.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- postfix-2.2.11.ebuild 23 Nov 2006 20:28:34 -0000 1.2
127 +++ postfix-2.2.11.ebuild 21 Oct 2007 11:15:08 -0000 1.3
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2006 Gentoo Foundation
130 +# Copyright 1999-2007 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild,v 1.2 2006/11/23 20:28:34 vivo Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.11.ebuild,v 1.3 2007/10/21 11:15:08 solar Exp $
134
135 inherit eutils ssl-cert toolchain-funcs flag-o-matic pam
136 IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened cdb"
137 @@ -152,7 +152,8 @@
138 # added -Wl,-z,now wrt 62674.
139 # remove -ldl as it is not necessary, resolve bug #106446.
140 # -Wl,-z,now replaced by $(bindnow-flags)
141 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread"
142 + # make sure LDFLAGS get passed down to the executables.
143 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
144
145 use pam && mylibs="${mylibs} -lpam"
146
147
148
149
150 1.3 mail-mta/postfix/postfix-2.4.5.ebuild
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?rev=1.3&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?rev=1.3&content-type=text/plain
154 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?r1=1.2&r2=1.3
155
156 Index: postfix-2.4.5.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v
159 retrieving revision 1.2
160 retrieving revision 1.3
161 diff -u -r1.2 -r1.3
162 --- postfix-2.4.5.ebuild 19 Sep 2007 16:09:35 -0000 1.2
163 +++ postfix-2.4.5.ebuild 21 Oct 2007 11:15:08 -0000 1.3
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2007 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.2 2007/09/19 16:09:35 chutzpah Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.3 2007/10/21 11:15:08 solar Exp $
169
170 # NOTE: this ebuild is a regular ebuild without mailer-config support!
171 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
172 @@ -172,7 +172,8 @@
173 # Added -Wl,-z,now wrt bug #62674
174 # Remove -ldl as it is not necessary, solves bug #106446
175 # -Wl,-z,now replaced by $(bindnow-flags)
176 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/$(get_libdir) -lpcre -lcrypt -lpthread"
177 + # make sure LDFLAGS get passed down to the executables.
178 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
179
180 use pam && mylibs="${mylibs} -lpam"
181
182
183
184
185 1.4 mail-mta/postfix/postfix-2.2.10-r1.ebuild
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild?rev=1.4&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild?rev=1.4&content-type=text/plain
189 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild?r1=1.3&r2=1.4
190
191 Index: postfix-2.2.10-r1.ebuild
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild,v
194 retrieving revision 1.3
195 retrieving revision 1.4
196 diff -u -r1.3 -r1.4
197 --- postfix-2.2.10-r1.ebuild 23 Nov 2006 20:28:34 -0000 1.3
198 +++ postfix-2.2.10-r1.ebuild 21 Oct 2007 11:15:08 -0000 1.4
199 @@ -1,6 +1,6 @@
200 -# Copyright 1999-2006 Gentoo Foundation
201 +# Copyright 1999-2007 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild,v 1.3 2006/11/23 20:28:34 vivo Exp $
204 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10-r1.ebuild,v 1.4 2007/10/21 11:15:08 solar Exp $
205
206 inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer pam
207 IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened cdb"
208 @@ -151,7 +151,8 @@
209 # added -Wl,-z,now wrt 62674.
210 # remove -ldl as it is not necessary, resolve bug #106446.
211 # -Wl,-z,now replaced by $(bindnow-flags)
212 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread"
213 + # make sure LDFLAGS get passed down to the executables.
214 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
215
216 use pam && mylibs="${mylibs} -lpam"
217
218
219
220
221 1.12 mail-mta/postfix/postfix-2.2.10.ebuild
222
223 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild?rev=1.12&view=markup
224 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild?rev=1.12&content-type=text/plain
225 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild?r1=1.11&r2=1.12
226
227 Index: postfix-2.2.10.ebuild
228 ===================================================================
229 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild,v
230 retrieving revision 1.11
231 retrieving revision 1.12
232 diff -u -r1.11 -r1.12
233 --- postfix-2.2.10.ebuild 4 Feb 2007 04:20:29 -0000 1.11
234 +++ postfix-2.2.10.ebuild 21 Oct 2007 11:15:08 -0000 1.12
235 @@ -1,6 +1,6 @@
236 # Copyright 1999-2007 Gentoo Foundation
237 # Distributed under the terms of the GNU General Public License v2
238 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild,v 1.11 2007/02/04 04:20:29 ticho Exp $
239 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild,v 1.12 2007/10/21 11:15:08 solar Exp $
240
241 inherit eutils ssl-cert toolchain-funcs flag-o-matic pam
242 IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened cdb"
243 @@ -153,7 +153,8 @@
244 # added -Wl,-z,now wrt 62674.
245 # remove -ldl as it is not necessary, resolve bug #106446.
246 # -Wl,-z,now replaced by $(bindnow-flags)
247 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread"
248 + # make sure LDFLAGS get passed down to the executables.
249 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
250
251 use pam && mylibs="${mylibs} -lpam"
252
253
254
255
256 1.18 mail-mta/postfix/postfix-2.1.5-r2.ebuild
257
258 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild?rev=1.18&view=markup
259 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild?rev=1.18&content-type=text/plain
260 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild?r1=1.17&r2=1.18
261
262 Index: postfix-2.1.5-r2.ebuild
263 ===================================================================
264 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v
265 retrieving revision 1.17
266 retrieving revision 1.18
267 diff -u -r1.17 -r1.18
268 --- postfix-2.1.5-r2.ebuild 15 Jul 2007 07:06:33 -0000 1.17
269 +++ postfix-2.1.5-r2.ebuild 21 Oct 2007 11:15:08 -0000 1.18
270 @@ -1,6 +1,6 @@
271 # Copyright 1999-2007 Gentoo Foundation
272 # Distributed under the terms of the GNU General Public License v2
273 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.17 2007/07/15 07:06:33 mr_bones_ Exp $
274 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.18 2007/10/21 11:15:08 solar Exp $
275
276 inherit eutils ssl-cert toolchain-funcs
277
278 @@ -106,7 +106,8 @@
279
280 src_compile() {
281 # added -Wl,-z,now wrt 62674.
282 - local mycc="-DHAS_PCRE" mylibs="-Wl,-z,now -L/usr/lib -lpcre -ldl -lcrypt -lpthread"
283 + # make sure LDFLAGS get passed down to the executables.
284 + local mycc="-DHAS_PCRE" mylibs="-Wl,-z,now ${LDFLAGS} -lpcre -ldl -lcrypt -lpthread"
285
286 if use pam ; then
287 mylibs="${mylibs} -lpam"
288
289
290
291 1.11 mail-mta/postfix/postfix-2.3.6.ebuild
292
293 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild?rev=1.11&view=markup
294 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild?rev=1.11&content-type=text/plain
295 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild?r1=1.10&r2=1.11
296
297 Index: postfix-2.3.6.ebuild
298 ===================================================================
299 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v
300 retrieving revision 1.10
301 retrieving revision 1.11
302 diff -u -r1.10 -r1.11
303 --- postfix-2.3.6.ebuild 25 Mar 2007 12:03:43 -0000 1.10
304 +++ postfix-2.3.6.ebuild 21 Oct 2007 11:15:08 -0000 1.11
305 @@ -1,6 +1,6 @@
306 # Copyright 1999-2007 Gentoo Foundation
307 # Distributed under the terms of the GNU General Public License v2
308 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v 1.10 2007/03/25 12:03:43 dertobi123 Exp $
309 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v 1.11 2007/10/21 11:15:08 solar Exp $
310
311 # NOTE: this ebuild is regular ebuild without mailer-config support
312 # comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
313 @@ -181,7 +181,8 @@
314 # added -Wl,-z,now wrt 62674.
315 # remove -ldl as it is not necessary, resolve bug #106446.
316 # -Wl,-z,now replaced by $(bindnow-flags)
317 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread"
318 + # make sure LDFLAGS get passed down to the executables.
319 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
320
321 use pam && mylibs="${mylibs} -lpam"
322
323
324
325
326 1.3 mail-mta/postfix/postfix-2.3.8.ebuild
327
328 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild?rev=1.3&view=markup
329 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild?rev=1.3&content-type=text/plain
330 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild?r1=1.2&r2=1.3
331
332 Index: postfix-2.3.8.ebuild
333 ===================================================================
334 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild,v
335 retrieving revision 1.2
336 retrieving revision 1.3
337 diff -u -r1.2 -r1.3
338 --- postfix-2.3.8.ebuild 29 Mar 2007 15:30:20 -0000 1.2
339 +++ postfix-2.3.8.ebuild 21 Oct 2007 11:15:08 -0000 1.3
340 @@ -1,6 +1,6 @@
341 # Copyright 1999-2007 Gentoo Foundation
342 # Distributed under the terms of the GNU General Public License v2
343 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild,v 1.2 2007/03/29 15:30:20 drizzt Exp $
344 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.8.ebuild,v 1.3 2007/10/21 11:15:08 solar Exp $
345
346 # NOTE: this ebuild is regular ebuild without mailer-config support
347 # comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
348 @@ -181,7 +181,8 @@
349 # added -Wl,-z,now wrt 62674.
350 # remove -ldl as it is not necessary, resolve bug #106446.
351 # -Wl,-z,now replaced by $(bindnow-flags)
352 - local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) -L/usr/lib -lpcre -lcrypt -lpthread"
353 + # make sure LDFLAGS get passed down to the executables.
354 + local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread"
355
356 use pam && mylibs="${mylibs} -lpam"
357
358
359
360
361 --
362 gentoo-commits@g.o mailing list