Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim/files: exim-4.74-localscan_dlopen.patch
Date: Sun, 03 Jul 2011 19:26:44
Message-Id: 20110703180916.76FE820051@flycatcher.gentoo.org
1 grobian 11/07/03 18:09:16
2
3 Modified: exim-4.74-localscan_dlopen.patch
4 Log:
5 add spaces around LFLAGS assignment, not to confuse make, bug #352265
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 mail-mta/exim/files/exim-4.74-localscan_dlopen.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch?r1=1.1&r2=1.2
15
16 Index: exim-4.74-localscan_dlopen.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- exim-4.74-localscan_dlopen.patch 13 Feb 2011 20:31:26 -0000 1.1
23 +++ exim-4.74-localscan_dlopen.patch 3 Jul 2011 18:09:16 -0000 1.2
24 @@ -16,9 +16,9 @@
25 +# linker flags. Without it, the loaded .so won't be able to access any
26 +# functions from exim.
27 +
28 -+LFLAGS=-rdynamic
29 ++LFLAGS = -rdynamic
30 +ifeq ($(OSTYPE),Linux)
31 -+LFLAGS+= -ldl
32 ++LFLAGS += -ldl
33 +endif
34 +
35 +